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