operator > method

bool operator >(
  1. LogLevel other
)

Implementation

bool operator >(LogLevel other) => level > other.level;