codigo actual del servidor, con avances de joan
This commit is contained in:
6
source_code/lib/custom/multi_select.dart
Normal file
6
source_code/lib/custom/multi_select.dart
Normal file
@@ -0,0 +1,6 @@
|
||||
class SelectProduct {
|
||||
SelectProduct({this.id, this.name, this.isSelect});
|
||||
var id;
|
||||
String? name;
|
||||
bool? isSelect;
|
||||
}
|
||||
Reference in New Issue
Block a user