reset<R extends FastCalculatorResults> static method
Implementation
static FastCalculatorBlocEvent<R> reset<R extends FastCalculatorResults>() {
return FastCalculatorBlocEvent<R>(
type: FastCalculatorBlocEventType.reset,
);
}