NumberSymbols constructor
const
NumberSymbols({String NAME, String DECIMAL_SEP, String GROUP_SEP, String PERCENT, String ZERO_DIGIT, String PLUS_SIGN, String MINUS_SIGN, String EXP_SYMBOL, String PERMILL, String INFINITY, String NAN, String DECIMAL_PATTERN, String SCIENTIFIC_PATTERN, String PERCENT_PATTERN, String CURRENCY_PATTERN, String DEF_CURRENCY_CODE })
Implementation
const NumberSymbols(
{this.NAME,
this.DECIMAL_SEP,
this.GROUP_SEP,
this.PERCENT,
this.ZERO_DIGIT,
this.PLUS_SIGN,
this.MINUS_SIGN,
this.EXP_SYMBOL,
this.PERMILL,
this.INFINITY,
this.NAN,
this.DECIMAL_PATTERN,
this.SCIENTIFIC_PATTERN,
this.PERCENT_PATTERN,
this.CURRENCY_PATTERN,
this.DEF_CURRENCY_CODE});