valueMultiselect property

List<String>? valueMultiselect
getter/setter pair

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

Implementation

core.List<core.String>? valueMultiselect;