FastCalculatorRefreshAction<B extends FastCalculatorBloc<FastCalculatorBlocEvent<FastCalculatorResults> , FastCalculatorBlocState<FastCalculatorFields, FastCalculatorResults> , FastCalculatorResults> , R extends FastCalculatorResults> constructor
const
FastCalculatorRefreshAction<B extends FastCalculatorBloc<FastCalculatorBlocEvent<FastCalculatorResults> , FastCalculatorBlocState<FastCalculatorFields, FastCalculatorResults> , FastCalculatorResults> , R extends FastCalculatorResults> ({})
Implementation
const FastCalculatorRefreshAction({
Key? key,
required this.calculatorBloc,
this.icon,
}) : super(key: key);