RPUIChoiceQuestionBody constructor

RPUIChoiceQuestionBody(RPChoiceAnswerFormat _answerFormat, dynamic onResultChange(RPQuestionBodyResult))

Implementation

RPUIChoiceQuestionBody(this._answerFormat, this.onResultChange);