isPast property

bool get isPast

Determines if this DateTime is before the current date-time.

Implementation

bool get isPast => DateTime.now() > this;