isPast property

bool get isPast

Returns true if this date is in the past

Implementation

bool get isPast => DateComparisons.isPast(this);