gel property

Currency gel
final

Georgian Lari

Implementation

final Currency gel = Currency.create(
  'GEL',
  2,
  symbol: '₾',
  pattern: 'S0,00',
  groupSeparator: ' ',
  decimalSeparator: ',',
  country: 'Georgia',
  unit: 'Lari',
  name: 'Georgian Lari',
);