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