isInFuture property
bool
get
isInFuture
Checks if the current date is in the future
Implementation
bool get isInFuture => isAfter(DateTime.now());
Checks if the current date is in the future
bool get isInFuture => isAfter(DateTime.now());