isInFuture property

bool get isInFuture

Checks if the current date is in the future

Implementation

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