isAfterNow property

bool get isAfterNow

Checks if this time instance is after the current moment.

Implementation

bool get isAfterNow => _dateTime.isAfter(DateTime.now());