operator >= method

bool operator >=(
  1. LEVELS other
)

Implementation

bool operator >=(LEVELS other) => this.intValue >= other.intValue;