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