Compares this time instance to other. Returns < 0 if this is earlier, 0 if same moment, > 0 if this is later.
other
@override int compareTo(Time other) => _dateTime.compareTo(other._dateTime);