CatalogSubscriptionPlan constructor
CatalogSubscriptionPlan({
- String? name,
- List<
SubscriptionPhase> ? phases,
Implementation
CatalogSubscriptionPlan({
this.name, this.phases
});