Returns a symbol of this Currency.
String get l10n => switch (val) { 'XXX' => '¤', 'USD' => '\$', 'EUR' => '€', (_) => val, };