FastPlanBlocEvent.restorePlan constructor

FastPlanBlocEvent.restorePlan(
  1. String productId
)

Implementation

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