isFuture property
bool
get
isFuture
Whether this date is in the future
Implementation
bool get isFuture => isFullDate && toDateTime().isFuture;
Whether this date is in the future
bool get isFuture => isFullDate && toDateTime().isFuture;