Returns true if this is after or the same as other and false otherwise.
true
this
other
false
bool operator >=(Time other) => compareTo(other) >= 0;