Condition.score constructor

Condition.score(
  1. Score cond
)

checks the value of a score Attention! This needs a score condition method!

Implementation

Condition.score(Score cond) {
  _setCond(cond);
}