operator < method

bool operator <(
  1. Double other
)

Comparison operators

Implementation

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