eliud_pkg_fundamentals
tutorial_component_bloc
TutorialComponentBloc
stream property
stream
stream
property
Null safety
Stream
<
TutorialComponentState
>
stream
inherited
The current
stream
of states.
Implementation
@override Stream<State> get stream => _stateController.stream;
eliud_pkg_fundamentals
tutorial_component_bloc
TutorialComponentBloc
stream property
TutorialComponentBloc class
Constructors
TutorialComponentBloc
Properties
hashCode
isClosed
runtimeType
state
stream
tutorialRepository
Methods
add
addError
close
emit
noSuchMethod
on
onChange
onError
onEvent
onTransition
toString
Operators
operator ==