isFuture property

bool get isFuture

Returns true if the date range is in the future.

Implementation

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