ugx property

Currency ugx
final

Ugandan Shilling

Implementation

final Currency ugx = Currency.create(
  'UGX',
  0,
  symbol: 'USh',
  pattern: 'S0',
  decimalSeparator: '',
  country: 'Uganda',
  unit: 'Shilling',
  name: 'Ugandan Shilling',
);