ActiveSubscription constructor
const
ActiveSubscription({})
Implementation
const ActiveSubscription({
this.autoRenewingAndroid,
this.daysUntilExpirationIOS,
this.environmentIOS,
this.expirationDateIOS,
required this.isActive,
required this.productId,
this.purchaseToken,
required this.transactionDate,
required this.transactionId,
this.willExpireSoon,
});