isTomorrow property

bool get isTomorrow

Implementation

bool get isTomorrow {
  return DateTime.now().addDays(1).isSameDay(this);
}