isFuture property

bool get isFuture

Whether this date is in the future

Implementation

bool get isFuture => isFullDate && toDateTime().isFuture;