isPast property
bool
get
isPast
Returns true if this date is in the past
Implementation
bool get isPast => DateComparisons.isPast(this);
Returns true if this date is in the past
bool get isPast => DateComparisons.isPast(this);