isPast property
bool
get
isPast
Whether this date is strictly before today.
Implementation
bool get isPast => dates.isPast(this);
Whether this date is strictly before today.
bool get isPast => dates.isPast(this);