menu
purchases_flutter package
documentation
models/price_wrapper.dart
Price
Price.new const constructor
Price.new const constructor
dark_mode
light_mode
Price
constructor
const
Price
(
String
formatted
,
int
amountMicros
,
String
currencyCode
)
Implementation
const Price( this.formatted, this.amountMicros, this.currencyCode, );
purchases_flutter package
documentation
models/price_wrapper
Price
Price.new const constructor
Price class