menu
fastyle_calculator package
documentation
logic/blocs/calculator.bloc.dart
FastCalculatorBloc<E extends FastCalculatorBlocEvent<FastCalculatorResults>, S extends FastCalculatorBlocState<FastCalculatorFields, FastCalculatorResults>, R extends FastCalculatorResults>
eventSubscriptions property
eventSubscriptions property
dark_mode
light_mode
eventSubscriptions
property
@
protected
StreamSubscription
<
S
>
eventSubscriptions
getter/setter pair
inherited
The event subscriptions.
Implementation
@protected late StreamSubscription<S> eventSubscriptions;
fastyle_calculator package
documentation
logic/blocs/calculator.bloc
FastCalculatorBloc<E extends FastCalculatorBlocEvent<FastCalculatorResults>, S extends FastCalculatorBlocState<FastCalculatorFields, FastCalculatorResults>, R extends FastCalculatorResults>
eventSubscriptions property
FastCalculatorBloc class