operator > method
Returns true if this
should be ordered strictly after other
.
Implementation
bool operator >(T other) => compareTo(other) > 0;
Returns true if this
should be ordered strictly after other
.
bool operator >(T other) => compareTo(other) > 0;