questionType property
The question type of this answer. Should be implemented / overwritten in the subclasses.
Implementation
@override
RPQuestionType get questionType => RPQuestionType.Integer;
The question type of this answer. Should be implemented / overwritten in the subclasses.
Implementation
RPQuestionType questionType = RPQuestionType.None;