isAfterNow property
bool
get
isAfterNow
Checks if this time instance is after the current moment.
Implementation
bool get isAfterNow => _dateTime.isAfter(DateTime.now());
Checks if this time instance is after the current moment.
bool get isAfterNow => _dateTime.isAfter(DateTime.now());