ConditionValueImpl constructor

ConditionValueImpl(
  1. ConditionValueType type,
  2. String value
)

Initializes new instance of the class.

Implementation

ConditionValueImpl(this.type, this.value);