operator < method

bool operator <(
  1. Short other
)

Implementation

bool operator <(Short other) => _value < other._value;