isTodayOrBefore property

bool get isTodayOrBefore

Implementation

bool get isTodayOrBefore => isToday || isSameOrBefore(DateTime.now());