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