isPast property

bool get isPast

Returns true if the date is in the past, false otherwise.

Implementation

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