isPast property
bool
get
isPast
Returns true
if the date is in the past, false
otherwise.
Implementation
bool get isPast => isBefore(DateTime.now());
Returns true
if the date is in the past, false
otherwise.
bool get isPast => isBefore(DateTime.now());