formatWithCurrency abstract method

String formatWithCurrency(
  1. double value, [
  2. Currency? curr,
  3. int numberOfDecimals = 2,
  4. bool ignoreDecimalIfZero = true,
])

Implementation

String formatWithCurrency(double value,
    [Currency? curr,
    int numberOfDecimals = 2,
    bool ignoreDecimalIfZero = true]);