toMap method
Implementation
Map<String, dynamic> toMap() {
return {
'id': id,
'productId': productId,
'bundleId': bundleId,
'purchaseTime': purchaseTime,
'originalPurchaseTime': originalPurchaseTime,
'expireTime': expireTime,
'rawJson': rawJson,
};
}