atMost method

Implementation

ApiChangeMagnitude atMost(ApiChangeMagnitude other) {
  return index <= other.index ? this : other;
}