operator <= method
Returns true if this Precedence is lower or equal to other.
Implementation
bool operator <=(Precedence other) => compareTo(other) <= 0;
Returns true if this Precedence is lower or equal to other.
bool operator <=(Precedence other) => compareTo(other) <= 0;