compareTo method

int compareTo(
  1. PlexComparableWidget other
)

Implementation

int compareTo(PlexComparableWidget other) {
  return other.value.compareTo(value);
}