isInPast property
bool
get
isInPast
Checks if the current date is in the past
Implementation
bool get isInPast => isBefore(DateTime.now());
Checks if the current date is in the past
bool get isInPast => isBefore(DateTime.now());