isFuture property

bool get isFuture

Determines if this DateTime is after the current date-time.

Implementation

bool get isFuture => DateTime.now() < this;