DateTimeFormatOptions constructor

const DateTimeFormatOptions({
  1. Calendar? calendar,
  2. DayPeriod? dayPeriod,
  3. NumberingSystem? numberingSystem,
  4. ClockStyle? clockstyle,
  5. EraStyle? era,
  6. TimeStyle? timestyle,
  7. int? fractionalSecondDigits,
  8. FormatMatcher formatMatcher = FormatMatcher.bestfit,
})

Implementation

const DateTimeFormatOptions({
  this.calendar,
  this.dayPeriod,
  this.numberingSystem,
  this.clockstyle,
  this.era,
  this.timestyle,
  this.fractionalSecondDigits,
  this.formatMatcher = FormatMatcher.bestfit,
});