isPast property
bool
get
isPast
checks isPast
Implementation
bool get isPast => this != null && this!.isBefore(DateTime.now());
checks isPast
bool get isPast => this != null && this!.isBefore(DateTime.now());