isFuture property
bool
get
isFuture
Returns true if the date range is in the future.
Implementation
bool get isFuture => startDate.isAfter(now);
Returns true if the date range is in the future.
bool get isFuture => startDate.isAfter(now);