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