operator < method

bool operator <(
  1. Breakpoint<BreakpointId>? other
)

Implementation

bool operator <(Breakpoint<BreakpointId>? other) =>
    other != null && minWidth < other.minWidth;