TalkerDateTimeFormatter constructor

const TalkerDateTimeFormatter(
  1. DateTime date, {
  2. TimeFormat? timeFormat = TimeFormat.timeAndSeconds,
})

Constructs a TalkerDateTimeFormatter with the given date.

Implementation

const TalkerDateTimeFormatter(this.date,
    {this.timeFormat = TimeFormat.timeAndSeconds});