compareTo method

int compareTo(
  1. ControlId other
)

Implementation

int compareTo(ControlId other) => value.compareTo(other.value);