isFuture property

bool get isFuture

Returns true if this date is in the future

Implementation

bool get isFuture => DateComparisons.isFuture(this);