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