SubscriptionPlan constructor
SubscriptionPlan({
- String id = '',
- String name = '',
- String imgUrl = '',
- String href = '',
- String productId = '',
- String priceId = '',
- String priceIdYearly = '',
- SubscriptionLevel? level,
- Price? price,
- Price? priceYearly,
- bool isActive = true,
- bool isLive = true,
- double? discount = 0.0,
- DateTime? lastUpdated,
- String founderTier = '',
- int founderSeatsTotal = 0,
- int founderSeatsRemaining = 0,
Implementation
SubscriptionPlan({
this.id = '',
this.name = '',
this.imgUrl = '',
this.href = '',
this.productId = '',
this.priceId = '',
this.priceIdYearly = '',
this.level,
this.price,
this.priceYearly,
this.isActive = true,
this.isLive = true,
this.discount = 0.0,
this.lastUpdated,
this.founderTier = '',
this.founderSeatsTotal = 0,
this.founderSeatsRemaining = 0,
});