choices property
A list of available RPImageChoice objects which represent the choices to the participants.
Implementation
List<RPImageChoice> get choices => _choices;
Implementation
set choices(List<RPImageChoice> choices) {
this._choices = choices;
}