FastPlanBlocEvent constructor

const FastPlanBlocEvent({
  1. required FastPlanBlocEventType? type,
  2. FastPlanBlocEventPayload? payload,
})

Implementation

const FastPlanBlocEvent({required super.type, super.payload});