ymdt method

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

Implementation

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