SK2PriceLocale class

A wrapper around StoreKit2's Locale The payment modes for subscription offers that apply to a transaction.

Constructors

SK2PriceLocale({required String currencyCode, required String currencySymbol})
Creates a new instance of SK2PriceLocale

Properties

currencyCode String
The currency code this format style uses.
final
currencySymbol String
The currency symbol this format style uses.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

convertToPigeon() SK2PriceLocaleMessage
Convert this instance of SK2PriceLocale to SK2PriceLocaleMessage
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