FreeTextQuestion.withId constructor

FreeTextQuestion.withId({
  1. required FreeTextQuestionType textType,
  2. required List<int> lengthRange,
  3. String? customTypeExpression,
})

Implementation

FreeTextQuestion.withId({
  required this.textType,
  required this.lengthRange,
  this.customTypeExpression,
}) : super.withId(questionType);