operator < method

bool operator <(
  1. num other
)

Relational less than operator.

Implementation

bool operator <(num other) => value < other;