valueBundleArray property

List<ManagedPropertyBundle>? valueBundleArray
getter/setter pair

The list of bundles of properties - this will only be present if type of the property is bundle_array.

Implementation

core.List<ManagedPropertyBundle>? valueBundleArray;