menu
juice package
documentation
testing.dart
BlocTester<TBloc extends JuiceBloc<TState>, TState extends BlocState>
state property
state property
dark_mode
light_mode
state
property
TState
get
state
The current state of the bloc.
Implementation
TState get state => bloc.state;
juice package
documentation
testing
BlocTester<TBloc extends JuiceBloc<TState>, TState extends BlocState>
state property
BlocTester class