xDecimalFmt method

String xDecimalFmt(
  1. int digits
)

Implementation

String xDecimalFmt(int digits) => mx_moneyFmt(digits: digits);