isFuture property

bool get isFuture

Implementation

bool get isFuture => this != null && this!.isAfter(DateTime.now());