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