kes property

Currency kes
final

Kenyan Shilling

Implementation

final Currency kes = Currency.create(
  'KES',
  2,
  symbol: 'KSh',
  country: 'Kenya',
  unit: 'Shilling',
  name: 'Kenyan Shilling',
);