today static method
Implementation
static DateTime today() {
final date = DateTimeTimetable.now().atStartOfDay;
assert(date.debugCheckIsValidTimetableDate());
return date;
}
static DateTime today() {
final date = DateTimeTimetable.now().atStartOfDay;
assert(date.debugCheckIsValidTimetableDate());
return date;
}