isPast property

bool get isPast

Implementation

bool get isPast => this != null && this!.isBefore(DateTime.now());