isToday property

bool get isToday

Returns true if this date is today

Implementation

bool get isToday => DateComparisons.isToday(this);