today static method
Implementation
static DateTime today() {
final now = DateTime.now();
return DateTime(now.year, now.month, now.day);
}
static DateTime today() {
final now = DateTime.now();
return DateTime(now.year, now.month, now.day);
}