Subscriptions constructor
Subscriptions({
- FreeTrial? freeTrial,
- String? benefits,
- bool? physical,
- bool? digital,
- bool? adFree,
- bool? migrated,
- bool? couponsEnabled,
- String? adminCoupon,
- List<
Null> ? usedCouponNumbers, - String? sId,
- bool? recommended,
- bool? enabled,
- String? clientId,
- String? title,
- String? iconUrl,
- List<
Tiers> ? tiers, - String? createdAt,
- String? updatedAt,
- int? iV,
- int? couponCount,
- String? currencySymbol,
Implementation
Subscriptions(
{this.freeTrial,
this.benefits,
this.physical,
this.digital,
this.adFree,
this.migrated,
this.couponsEnabled,
this.adminCoupon,
this.usedCouponNumbers,
this.sId,
this.recommended,
this.enabled,
this.clientId,
this.title,
this.iconUrl,
this.tiers,
this.createdAt,
this.updatedAt,
this.iV,
this.couponCount,
this.currencySymbol});