isTomorrow property

bool get isTomorrow

return true if the date is Tomorrow

Implementation

bool get isTomorrow => dayDifference == 1;