bloc package
documentation
bloc
BlocBase
<
State
>
stream property
stream
stream
property
Null safety
Stream
<
State
>
stream
override
The current
stream
of states.
Implementation
@override Stream<State> get stream => _stateController.stream;
bloc package
documentation
bloc
BlocBase
<
State
>
stream property
BlocBase class
Constructors
BlocBase
Properties
hashCode
isClosed
runtimeType
state
stream
Methods
addError
close
emit
noSuchMethod
onChange
onError
toString
Operators
operator ==