FastPlanBlocEvent constructor
const
FastPlanBlocEvent({
- required FastPlanBlocEventType? type,
- FastPlanBlocEventPayload? payload,
Implementation
const FastPlanBlocEvent({required super.type, super.payload});