operator < method

bool operator <(
  1. BreakpointScreenSize other
)

Whether this BreakpointScreenSize is smaller than other.

Implementation

bool operator <(BreakpointScreenSize other) => index < other.index;