IosValidateModel constructor
IosValidateModel({})
Implementation
IosValidateModel({
required this.transactionId,
required this.originalTransactionId,
required this.productId,
required this.purchaseDate,
required this.originalPurchaseDate,
required this.expiresDate,
});