final
This commit is contained in:
@@ -87,7 +87,7 @@ class OnProductWillAddToCart {
|
||||
double price;
|
||||
String description;
|
||||
Business business;
|
||||
GlobalKey buttonKey;
|
||||
GlobalKey? buttonKey;
|
||||
OnProductWillAddToCart(this.product, this.selections, this.price, this.description, this.business, {this.buttonKey});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user