menu
zerosettle package
documentation
models/price.dart
Price
Price.new const constructor
Price.new const constructor
dark_mode
light_mode
Price
constructor
const
Price
(
{
required
int
amountMicros
,
required
String
currencyCode
,
})
Implementation
const Price({required this.amountMicros, required this.currencyCode});
zerosettle package
documentation
models/price
Price
Price.new const constructor
Price class