LokotroCurrency constructor
LokotroCurrency({})
Implementation
LokotroCurrency({
required this.code,
required this.name,
required this.symbol,
this.decimalPlaces = 2,
this.isSupported = true,
});
LokotroCurrency({
required this.code,
required this.name,
required this.symbol,
this.decimalPlaces = 2,
this.isSupported = true,
});