compareTo method

int compareTo(
  1. LogLevel other
)

Implementation

int compareTo(LogLevel other) => index.compareTo(other.index);