operator <= method

bool operator <=(
  1. AdaptiveWindowType other
)

Implementation

bool operator <=(AdaptiveWindowType other) =>
    values.indexOf(this) <= values.indexOf(other);