ColorConditionValueImpl constructor
ColorConditionValueImpl(
- ConditionValueType type,
- String value,
- String color
Initializes new instance of the class.
Implementation
ColorConditionValueImpl(this.type, this.value, String color) {
formatColor = color;
}