isFuture property

bool isFuture

Whether this date is in the future

Implementation

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