compareTo method

int compareTo(
  1. Verbosity other
)

Implementation

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