isFuture property
bool
get
isFuture
Returns true if this date is in the future
Implementation
bool get isFuture => DateComparisons.isFuture(this);
Returns true if this date is in the future
bool get isFuture => DateComparisons.isFuture(this);