ConditionValueImpl constructor
ConditionValueImpl(
- ConditionValueType type,
- String value
Initializes new instance of the class.
Implementation
ConditionValueImpl(this.type, this.value);