xaf property

Currency xaf
final

Central African CFA Franc

Implementation

final Currency xaf = Currency.create(
  'XAF',
  0,
  symbol: 'FCFA',
  pattern: 'S0',
  groupSeparator: ' ',
  decimalSeparator: '',
  country: 'Central African States',
  unit: 'Franc',
  name: 'Central African CFA Franc',
);