RPUIChoiceQuestionBody constructor

RPUIChoiceQuestionBody(
  1. RPChoiceAnswerFormat _answerFormat,
  2. dynamic onResultChange(
    1. dynamic
    )
)

Implementation

RPUIChoiceQuestionBody(this._answerFormat, this.onResultChange);