isFuture property

bool isFuture

Returns true if this occurs in future This doesn't account for time.

Implementation

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