operator <= method

bool operator <=(
  1. BreakpointScreenSize other
)

Whether this BreakpointScreenSize is smaller than or equal to other.

Implementation

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