operator >= method

bool operator >=(
  1. LogLevel other
)

Implementation

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