Subscription constructor
Subscription({})
Implementation
Subscription({
required this.productId,
required this.transactionId,
required this.isActive,
required this.purchaseTime,
required this.expireTime,
required this.isExpired,
this.revokeTime,
required this.isRevoked,
});