ILibDateFmtOptions constructor

ILibDateFmtOptions({
  1. String? locale,
  2. String? length,
  3. String? type,
  4. String? calendar,
  5. String? timezone,
  6. bool? useNative,
  7. String? date,
  8. String? time,
  9. String? clock,
  10. String? template,
  11. String? meridiems,
})

Implementation

ILibDateFmtOptions(
    {this.locale,
    this.length,
    this.type,
    this.calendar,
    this.timezone,
    this.useNative,
    this.date,
    this.time,
    this.clock,
    this.template,
    this.meridiems});