groupValues property

List<CustomAttribute>? groupValues
getter/setter pair

Subattributes within this attribute group.

If group_values is not empty, value must be empty.

Implementation

core.List<CustomAttribute>? groupValues;