answerFormat property
override
The answer format of Form Step will always return RPFormAnswerFormat
Implementation
RPAnswerFormat get answerFormat => _answerFormat;
override
Implementation
set answerFormat(RPAnswerFormat answerFormat) {
this._answerFormat = answerFormat;
}