isToday property

bool isToday

return true if the date is today

Implementation

bool get isToday => dayDifference == 0;