operator >= method

bool operator >=(
  1. BDLevel other
)

Compare if the current BDLevel is greater or equal to other

Implementation

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