choices property

dynamic choices

An array of available RPChoice objects which represent the choices to the participant.

Implementation

get choices => this._choices;
void choices= (List<RPChoice> choices)

Implementation

set choices(List<RPChoice> choices) {
  this._choices = choices;
}