Check if the date is after the current date
bool isAfterDuration(Duration duration) => isAfter(DateTime.now().add(duration));