toMap method
Implementation
Map<String, dynamic> toMap() {
return {
'productId': productId,
'transactionId': transactionId,
'purchaseTime': purchaseTime,
'originalPurchaseTime': originalPurchaseTime,
'expireTime': expireTime,
'isUpgraded': isUpgraded,
'offerId': offerId,
'accountToken': accountToken,
'rawJson': rawJson,
};
}