menu
fastyle_calculator package
documentation
logic/blocs/calculator.bloc.dart
FastCalculatorBloc<E extends FastCalculatorBlocEvent<FastCalculatorResults>, S extends FastCalculatorBlocState<FastCalculatorFields, FastCalculatorResults>, R extends FastCalculatorResults>
publishers property
publishers property
dark_mode
light_mode
publishers
property
@
protected
List
<
PublishSubject
>
publishers
final
inherited
The list of publishers.
Implementation
@protected final List<PublishSubject> publishers = [];
fastyle_calculator package
documentation
logic/blocs/calculator.bloc
FastCalculatorBloc<E extends FastCalculatorBlocEvent<FastCalculatorResults>, S extends FastCalculatorBlocState<FastCalculatorFields, FastCalculatorResults>, R extends FastCalculatorResults>
publishers property
FastCalculatorBloc class