isTomorrow property

bool get isTomorrow

Checks if the date is tomorrow.

Implementation

bool get isTomorrow => isSameDate(tomorrow);