isToday property
bool
get
isToday
Whether this date represents today's date (UTC).
Implementation
bool get isToday => dates.isToday(this);
Whether this date represents today's date (UTC).
bool get isToday => dates.isToday(this);