Currency constructor
const
Currency({})
Implementation
const Currency({
required this.symbol,
required this.name,
required this.symbolNative,
required this.decimalDigits,
required this.rounding,
required this.code,
required this.namePlurals,
});