class RadioGroup { String text; int index; RadioGroup({this.text, this.index}); }