valueStringArray property

List<String>? valueStringArray
getter/setter pair

The list of string values - this will only be present if type of the property is multiselect.

Implementation

core.List<core.String>? valueStringArray;