values property

List<String>? values
getter/setter pair

The values in the snippet.

The size of this collection should be between 3 and 10, inclusive. The length of each value should be between 1 and 25 characters, inclusive.

Required.

Implementation

core.List<core.String>? values;