Condition.tag constructor

Condition.tag(
  1. Tag cond
)

Implementation

Condition.tag(Tag cond) {
  _setCond(cond);
}