Determines if this DateTime is after the current date-time.
bool get isFuture => DateTime.now() < this;