clean up
This commit is contained in:
5
lib/domain/vo/radio.dart
Normal file
5
lib/domain/vo/radio.dart
Normal file
@@ -0,0 +1,5 @@
|
||||
class RadioGroup {
|
||||
String text;
|
||||
int index;
|
||||
RadioGroup({this.text, this.index});
|
||||
}
|
||||
Reference in New Issue
Block a user