thb property

Currency thb
final

Thai Baht

Implementation

final Currency thb = Currency.create(
  'THB',
  2,
  symbol: '฿',
  country: 'Thailand',
  unit: 'Baht',
  name: 'Thai Baht',
);