univalle_app
navigation
NavigationCubit
stream property
stream
stream
property
Null safety
Stream
<
NavigationState
>
stream
inherited
The current
stream
of states.
Implementation
@override Stream<State> get stream => _stateController.stream;
univalle_app
navigation
NavigationCubit
stream property
NavigationCubit class
Constructors
NavigationCubit
Properties
hashCode
isClosed
runtimeType
state
stream
Methods
addError
changePage
close
emit
noSuchMethod
onChange
onError
toString
Operators
operator ==