huf property

Currency huf
final

Hungarian Forint

Implementation

final Currency huf = Currency.create(
  'HUF',
  0,
  symbol: 'Ft',
  pattern: 'S0',
  decimalSeparator: '',
  country: 'Hungary',
  unit: 'Forint',
  name: 'Hungarian Forint',
);