operator < method

bool operator <(
  1. dynamic other
)

See Big.lt

Implementation

bool operator <(dynamic other) => lt(other);