NiceSurveyQuestion constructor
const
NiceSurveyQuestion({
- required String id,
- required String question,
- NiceSurveyQuestionType type = NiceSurveyQuestionType.text,
- List<
String> ? options,
Implementation
const NiceSurveyQuestion({
required this.id,
required this.question,
this.type = NiceSurveyQuestionType.text,
this.options,
});