NepaliNumberFormat constructor
NepaliNumberFormat({})
Create a nepali number format.
Implementation
NepaliNumberFormat({
this.inWords = false,
this.isMonetory = false,
this.decimalDigits,
this.symbol,
this.symbolOnLeft = true,
this.delimiter = ',',
this.spaceBetweenAmountAndSymbol = true,
this.includeDecimalIfZero = true,
Language? language,
}) : _lang = language ?? NepaliUtils().language;