DataNotification<T> class

A notification representing a data event from a Stream.

Inheritance
Available Extensions

Constructors

DataNotification(T value)
Constructs a DataNotification with the provided value.
const

Properties

hashCode int
The hash code for this object.
no setteroverride
kind NotificationKind
References the NotificationKind of this StreamNotification event.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value → T
The value of the data event.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
override