Returns true if this ends before the given date.
true
date
bool endsBefore(DateTime date) => end.isBefore(date);