update shipment

This commit is contained in:
Thinzar Win
2020-07-01 08:12:59 +06:30
parent 45c4524a84
commit b15e685f3a
4 changed files with 149 additions and 127 deletions

View File

@@ -1,5 +1,5 @@
class RadioGroup {
String text;
dynamic index;
int index;
RadioGroup({this.text, this.index});
}