isPast property

bool isPast

Returns true if this occurs in past This doesn't account for time.

Implementation

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