PurchaseInput class

Constructors

PurchaseInput.new({required String id, List<String>? ids, required bool isAutoRenewing, required IapPlatform platform, required String productId, required PurchaseState purchaseState, String? purchaseToken, required int quantity, required double transactionDate})
const
PurchaseInput.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
id String
final
ids List<String>?
final
isAutoRenewing bool
final
platform IapPlatform
final
productId String
final
purchaseState PurchaseState
final
purchaseToken String?
final
quantity int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
transactionDate double
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited