class MultipleChoice{ late String name; late bool isCheck; MultipleChoice(this.name,this.isCheck); }