SubscriptionPlan constructor
SubscriptionPlan({})
Implementation
SubscriptionPlan({
this.id = '',
this.name = '',
this.imgUrl = '',
this.href = '',
this.productId = '',
this.priceId = '',
this.level,
this.price,
this.isActive = true,
this.discount = 0.0,
this.lastUpdated,
});