RPUIIntegerQuestionBody constructor

RPUIIntegerQuestionBody(
  1. RPIntegerAnswerFormat answerFormat,
  2. dynamic onResultChange(
    1. dynamic
    )
)

Implementation

RPUIIntegerQuestionBody(this.answerFormat, this.onResultChange);