operator < method

bool operator <(
  1. dynamic other
)

Implementation

bool operator <(other) {
  return compareTo(other) < 0;
}