NumberOptions constructor
const
NumberOptions({})
Creates a new NumberOptions.
Implementation
const NumberOptions({
this.defaultFormat,
this.defaultLocale,
this.tryFormattedFirst = true,
});
Creates a new NumberOptions.
const NumberOptions({
this.defaultFormat,
this.defaultLocale,
this.tryFormattedFirst = true,
});