operator < method

bool operator <(
  1. LogLevel other
)

Implementation

bool operator <(LogLevel other) => index < other.index;