isFuture property

bool get isFuture

Check if is in future

Implementation

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