isTomorrow property

bool get isTomorrow

Check if this date is in the same day as DateTime.tomorrow

Implementation

bool get isTomorrow => isSameDay(tomorrow);