operator < method

bool operator <(
  1. int other
)

Implementation

bool operator <(int other) => toInt() < other;