operator <= abstract method
Returns whether the value of this Number is less than or equal to the value of obj (a Number or num).
Implementation
bool operator <=(dynamic obj);
Returns whether the value of this Number is less than or equal to the value of obj (a Number or num).
bool operator <=(dynamic obj);