IntConditional constructor
IntConditional(
- Set<
IntConditionalValue> value, - Condition condition
Implementation
IntConditional(this.value, this.condition);
IntConditional(this.value, this.condition);