menu
kitawi package
documentation
kitawi.dart
PaymentCurrencyAmount
PaymentCurrencyAmount factory constructor
PaymentCurrencyAmount factory constructor
dark_mode
light_mode
PaymentCurrencyAmount
constructor
PaymentCurrencyAmount
(
{
required
String
currency
,
required
String
value
,
})
Implementation
external factory PaymentCurrencyAmount({ required String currency, required String value, });
kitawi package
documentation
kitawi
PaymentCurrencyAmount
PaymentCurrencyAmount factory constructor
PaymentCurrencyAmount extension type