FastPlanBlocState constructor
FastPlanBlocState({})
Implementation
FastPlanBlocState({
super.error,
this.isPlanPurchasePending = false,
this.hasPurchasedPlan = false,
this.isRestoringPlan = false,
this.planId,
}) : super(isInitialized: true);