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