groups property

List<KeyedGroup>? groups
getter/setter pair

Groups of responses to questions.

Each KeyedGroup.key must be unique within this list.

Optional.

Implementation

core.List<KeyedGroup>? groups;