ModelSurvey constructor

const ModelSurvey({
  1. required dynamic type,
  2. required dynamic prompt,
  3. required dynamic options,
  4. required dynamic isReq,
})

Implementation

const ModelSurvey({
  required this.type,
  required this.prompt,
  required this.options,
  required this.isReq,
});