PurchaseAndroid constructor
const
PurchaseAndroid({
- bool? autoRenewingAndroid,
- String? dataAndroid,
- String? developerPayloadAndroid,
- required String id,
- List<
String> ? ids, - bool? isAcknowledgedAndroid,
- required bool isAutoRenewing,
- String? obfuscatedAccountIdAndroid,
- String? obfuscatedProfileIdAndroid,
- String? packageNameAndroid,
- required IapPlatform platform,
- required String productId,
- required PurchaseState purchaseState,
- String? purchaseToken,
- required int quantity,
- String? signatureAndroid,
- required double transactionDate,
- String? transactionId,
Implementation
const PurchaseAndroid({
this.autoRenewingAndroid,
this.dataAndroid,
this.developerPayloadAndroid,
required this.id,
this.ids,
this.isAcknowledgedAndroid,
required this.isAutoRenewing,
this.obfuscatedAccountIdAndroid,
this.obfuscatedProfileIdAndroid,
this.packageNameAndroid,
required this.platform,
required this.productId,
required this.purchaseState,
this.purchaseToken,
required this.quantity,
this.signatureAndroid,
required this.transactionDate,
this.transactionId,
});