Whether or not this Time object is after other.
other
bool isAfter(Time other) => _dateTime.isAfter(other._dateTime);