isBeforeNow property
bool
get
isBeforeNow
Checks if this time instance is before the current moment.
Implementation
bool get isBeforeNow => _dateTime.isBefore(DateTime.now());
Checks if this time instance is before the current moment.
bool get isBeforeNow => _dateTime.isBefore(DateTime.now());