menu
halo_sdk_flutter_plugin package
documentation
model/currency.dart
Currency
Currency.new constructor
Currency.new constructor
dark_mode
light_mode
Currency
constructor
Currency
(
String
currencyCode
,
int
defaultFractionDigits
,
int
numericCode
,
String
displayName
,
)
Implementation
Currency( this.currencyCode, this.defaultFractionDigits, this.numericCode, this.displayName, );
halo_sdk_flutter_plugin package
documentation
model/currency
Currency
Currency.new constructor
Currency class