isBeforeNow property

bool get isBeforeNow

Checks if this time instance is before the current moment.

Implementation

bool get isBeforeNow => _dateTime.isBefore(DateTime.now());