MutableStateChannel<T> class abstract

Inheritance
Implementers

Constructors

MutableStateChannel()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

asStream() Stream<T>
inherited
close() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
previousValueOrNull() → T?
inherited
receive() Future<T>
inherited
send(T value) → void
toString() String
A string representation of this object.
inherited
valueOrNull() → T?
inherited

Operators

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