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