isFuture property
bool
get
isFuture
Returns true if this DateTime instance is after the current date and time.
Implementation
bool get isFuture => isAfter(DateTime.now());
Returns true if this DateTime instance is after the current date and time.
bool get isFuture => isAfter(DateTime.now());