isTomorrow property

bool get isTomorrow

checks isTomorrow

Implementation

bool get isTomorrow {
  if (this == null) return false;
  return this!.remainingDays == 1;
}