y method

DateTimeFormatter y({
  1. DateFormatStyle? dateStyle,
  2. bool withEra = false,
})

Implementation

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