ColorConditionValueImpl constructor

ColorConditionValueImpl(
  1. ConditionValueType type,
  2. String value,
  3. String color
)

Initializes new instance of the class.

Implementation

ColorConditionValueImpl(this.type, this.value, String color) {
  formatColor = color;
}