values property

List<ConditionValue>? values
getter/setter pair

The values of the condition.

The number of supported values depends on the condition type. Some support zero values, others one or two values, and ConditionType.ONE_OF_LIST supports an arbitrary number of values.

Implementation

core.List<ConditionValue>? values;