values property

List<String>? values
final

The list of values applied to the Attribute and Operator attributes. Number of values and valid values vary by Attribute.

Implementation

final List<String>? values;