Realtime constructor
const
Realtime({})
Implementation
const Realtime({
this.future = false,
this.second = 0,
this.minute = 0,
this.hour = 0,
this.day = 0,
this.week = 0,
this.month = 0,
this.year = 0,
this.diff = Duration.zero,
DateTime? dateTime,
}) : _dateTime = dateTime;