isTomorrow property

bool isTomorrow

return true if the date is Tomorrow

Implementation

bool get isTomorrow => dayDifference == 1;