AppStoreReceipt class abstract

Available Extensions

Constructors

AppStoreReceipt([dynamic updates(AppStoreReceiptBuilder b)])
factory

Properties

expiresDate String
no setter
expiresDateMS String
no setter
expiresDatePST String
no setter
hashCode int
The hash code for this object.
no setterinherited
inAppOwnershipType String
no setter
isInIntroOfferPeriod String
no setter
isTrialPeriod String
no setter
originalPurchaseDate String
no setter
originalPurchaseDateMS String
no setter
originalPurchaseDatePST String
no setter
originalTransactionID String
no setter
productID String
no setter
purchaseDate String
no setter
purchaseDateMS String
no setter
purchaseDatePST String
no setter
quantity String
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subscriptionGroupIdentifier String
no setter
transactionID String
no setter
webOrderLineItemID String
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(AppStoreReceiptBuilder)) AppStoreReceipt
Rebuilds the instance.
inherited
toBuilder() AppStoreReceiptBuilder
Converts the instance to a builder B.
inherited
toJson() String
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

serializer → Serializer<AppStoreReceipt>
no setter

Static Methods

fromJson(String jsonString) AppStoreReceipt?