answerFormat property

RPAnswerFormat answerFormat

The answer format which describes the format how a question can be answered.

Implementation

RPAnswerFormat get answerFormat => _answerFormat;
void answerFormat= (RPAnswerFormat answerFormat)

Implementation

set answerFormat(RPAnswerFormat answerFormat) {
  this._answerFormat = answerFormat;
}