now static method
Implementation
static DateTime now() {
final date = DateTime.now().copyWith(isUtc: true);
assert(date.debugCheckIsValidTimetableDateTime());
return date;
}
static DateTime now() {
final date = DateTime.now().copyWith(isUtc: true);
assert(date.debugCheckIsValidTimetableDateTime());
return date;
}