choices property

List<RPImageChoice> choices

A list of available RPImageChoice objects which represent the choices to the participants.

Implementation

List<RPImageChoice> get choices => _choices;
void choices= (List<RPImageChoice> choices)

Implementation

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