NumberOptions constructor

const NumberOptions({
  1. String? defaultFormat,
  2. String? defaultLocale,
  3. bool tryFormattedFirst = true,
})

Creates a new NumberOptions.

Implementation

const NumberOptions({
  this.defaultFormat,
  this.defaultLocale,
  this.tryFormattedFirst = true,
});