isFuture property

bool get isFuture

Returns true if the date is in the future, false otherwise.

Implementation

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