Questions constructor
Questions({})
Implementation
Questions({
this.fields,
this.sId,
this.title,
this.description,
required this.remark,
this.type,
this.maxline,
this.isMandatory,
});
Questions({
this.fields,
this.sId,
this.title,
this.description,
required this.remark,
this.type,
this.maxline,
this.isMandatory,
});