isInThePast property

bool isInThePast

Checks whether the date is in the past

Implementation

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