operator <= method

bool operator <=(
  1. BDLevel other
)

Compare if the current BDLevel is lower or equal to other

Implementation

bool operator <=(BDLevel other) => importance <= other.importance;