operator < method
Returns true
if this breakpoint is less than other
.
Implementation
bool operator <(BreakpointSpec other) => breakpoint < other.breakpoint;
Returns true
if this breakpoint is less than other
.
bool operator <(BreakpointSpec other) => breakpoint < other.breakpoint;