isToday property

bool get isToday

return true if the date is today

Implementation

bool get isToday => dayDifference == 0;