FastCalculatorBlocEvent<R extends FastCalculatorResults> constructor
const
FastCalculatorBlocEvent<R extends FastCalculatorResults> ({
- required FastCalculatorBlocEventType type,
- FastCalculatorBlocEventPayload<
R> ? payload,
Implementation
const FastCalculatorBlocEvent({
required FastCalculatorBlocEventType super.type, // The type of the event.
super.payload, // An optional payload associated with the event.
});