values property

List<String>? values
getter/setter pair

Text values of the attribute.

The maximum number of elements is 10. The maximum length of an element in the array is 32 characters. The value will be normalized (lower-cased) before being matched.

Implementation

core.List<core.String>? values;