isToday property
bool
get
isToday
Returns true if the date is today, false otherwise.
Implementation
bool get isToday => isSameDay(DateTime.now());
Returns true if the date is today, false otherwise.
bool get isToday => isSameDay(DateTime.now());