questionType property

  1. @override
RPQuestionType questionType
override

The question type of this answer. Should be implemented / overwritten in the subclasses.

Implementation

@override
RPQuestionType get questionType => RPQuestionType.Integer;
void questionType=(RPQuestionType _questionType)
inherited

The question type of this answer. Should be implemented / overwritten in the subclasses.

Implementation

RPQuestionType questionType = RPQuestionType.None;