isFuture property

bool isFuture

Implementation

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