BaseReadyListController<T, Args> class abstract

Implementers
Available Extensions

Constructors

BaseReadyListController()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state ReadyListState<T, Args>
The current state
no setter
stream Stream<ReadyListState<T, Args>>
The stream to listen please use broadcast stream to allow multiple listeners
no setter

Methods

emit(ReadyListState<T, Args> state) → void
emitting new state to stream
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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