operator >= method
Returns true if this is equal to or more than other.
Implementation
@nonVirtual
@useResult bool operator >= (T other) => compareTo(other) >= 0;
Returns true if this is equal to or more than other.
@nonVirtual
@useResult bool operator >= (T other) => compareTo(other) >= 0;