groupValues property

List<CustomAttribute>? groupValues
getter/setter pair

Subattributes within this attribute group.

Exactly one of value or groupValues must be provided.

Implementation

core.List<CustomAttribute>? groupValues;