isTomorrow property

bool isTomorrow

Checks whether the date is tomorrow

Implementation

bool get isTomorrow => isSameDay(DateTime.now().nextDay);