OneTimePurchasePrice class

The Price of a one time purchase.

Constructors

OneTimePurchasePrice.fromAppStore(AppStoreProductDetails appStoreProductDetails)
factory
OneTimePurchasePrice.fromGooglePlay(GooglePlayProductDetails googlePlayProductDetails)
factory

Properties

appStoreObj → AppStoreProductDetails?
final
formattedPrice String
Returns formatted price for the payment cycle, including its currency sign.
no setter
googlePlayObj → GooglePlayProductDetails?
final
hashCode int
The hash code for this object.
no setterinherited
priceAmountMicros int
Returns the price for the payment cycle in micro-units, where 1,000,000 micro-units equal one unit of the currency.
no setter
priceCurrencyCode String
ISO 4217
no setter
priceCurrencySymbol String
Currency symbol such as $ or €
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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