isFuture property

bool get isFuture

Returns true if this DateTime instance is after the current date and time.

Implementation

bool get isFuture => isAfter(DateTime.now());