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