answerFormat property

RPAnswerFormat answerFormat
override

The answer format of Form Step will always return RPFormAnswerFormat

Implementation

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

Implementation

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