isTodayOrBefore property

bool isTodayOrBefore

Implementation

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