compareTo method

  1. @override
int compareTo(
  1. Severity other
)
override

Public method or function.

Implementation

@override
/// Public method or function.
int compareTo(Severity other) => value.compareTo(other.value);