questions property

List<Question>? questions
getter/setter pair

A list of questions that belong in this question group.

A question must only belong to one group. The kind of the group may affect what types of questions are allowed.

Required.

Implementation

core.List<Question>? questions;