FastPlanBlocEvent.purchasePlan constructor

FastPlanBlocEvent.purchasePlan(
  1. String productId
)

Implementation

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