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