Whether this Duration is longer than or equal to other.
other
@override bool operator >=(Duration other) => $value >= other;