ModelSurvey constructor
const
ModelSurvey({
- required dynamic type,
- required dynamic prompt,
- required dynamic options,
- required dynamic isReq,
Implementation
const ModelSurvey({
required this.type,
required this.prompt,
required this.options,
required this.isReq,
});