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