isYesterday property

bool get isYesterday

checks isYesterday

Implementation

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