final
This commit is contained in:
@@ -10,7 +10,7 @@ class ProductAttribute {
|
||||
bool singleSelection;
|
||||
bool byQuantity;
|
||||
bool required;
|
||||
String extra;
|
||||
String? extra;
|
||||
bool disabled;
|
||||
|
||||
ProductAttribute.fromJson(Map<String, dynamic> json)
|
||||
|
||||
Reference in New Issue
Block a user