kCurrencyFormatter top-level property

NumberFormat kCurrencyFormatter
final

Number format that displays currency in the South African locale with the symbol "R".

Implementation

final kCurrencyFormatter = NumberFormat.currency(
  locale: 'en_ZA',
  symbol: 'R',
);