ymdet method

DateTimeFormatter ymdet({
  1. DateFormatStyle? dateStyle,
  2. TimeFormatStyle? timeStyle,
  3. bool withEra = false,
})

Implementation

DateTimeFormatter ymdet({
  DateFormatStyle? dateStyle,
  TimeFormatStyle? timeStyle,
  bool withEra = false,
}) =>
    _impl.ymdet(timeStyle: timeStyle, dateStyle: dateStyle, withEra: withEra);