IntConditional constructor

IntConditional(
  1. Set<IntConditionalValue> value,
  2. Condition condition
)

Implementation

IntConditional(this.value, this.condition);