answerFormat property
The answer format which describes the format how a question can be answered.
Implementation
RPAnswerFormat get answerFormat => _answerFormat;
Implementation
set answerFormat(RPAnswerFormat answerFormat) {
this._answerFormat = answerFormat;
}