operator <= method

bool operator <=(
  1. Level other
)
inherited

Implementation

bool operator <=(Level other) => value <= other.value;