allowedStringValues property

List<String>? allowedStringValues
getter/setter pair

For STRING flags, a list of strings that the value can be set to.

Implementation

core.List<core.String>? allowedStringValues;