TalkerDateTimeFormatter constructor
const
TalkerDateTimeFormatter(
- DateTime date, {
- TimeFormat? timeFormat = TimeFormat.timeAndSeconds,
Constructs a TalkerDateTimeFormatter with the given date
.
Implementation
const TalkerDateTimeFormatter(this.date,
{this.timeFormat = TimeFormat.timeAndSeconds});