Determines if this DateTime is before the current date-time.
bool get isPast => DateTime.now() > this;