FastPlanBlocEvent.restorePlan constructor
FastPlanBlocEvent.restorePlan(
- String productId
Implementation
FastPlanBlocEvent.restorePlan(String productId)
: super(
type: FastPlanBlocEventType.restorePlan,
payload: FastPlanBlocEventPayload(productId: productId),
);