isToday property
bool
get
isToday
Checks if the current date is today
Implementation
bool get isToday => isSameDate(DateTime.now());
Checks if the current date is today
bool get isToday => isSameDate(DateTime.now());