sgd property

Currency sgd
final

Singapore Dollar

Implementation

final Currency sgd = Currency.create(
  'SGD',
  2,
  country: 'Singapore',
  unit: 'Dollar',
  name: 'Singapore Dollar',
);