isPast property

bool get isPast

Check if is in past

Implementation

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