isPast property

bool isPast

Implementation

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