operator < abstract method

bool operator <(
  1. dynamic obj
)

Returns whether the value of this Number is less than the value of obj (a Number or num).

Implementation

bool operator <(dynamic obj);