questionType property

  1. @override
RPQuestionType questionType
override

The Question Type of the Answer Format. Should be implemented in the subclasses.

Implementation

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

The Question Type of the Answer Format. Should be implemented in the subclasses.

Implementation

late RPQuestionType questionType;