Returns true if this ends after the given date.
true
date
bool endsAfter(DateTime date) => end.isAfter(date);