operator >= method

bool operator >=(
  1. DisplayRange other
)

Implementation

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