phase3: generated l10n/messages_all, events, actions, dialog null-safe

This commit is contained in:
2026-07-24 20:30:00 +08:00
parent 1f85ae1e63
commit e2f0d37edd
4 changed files with 6 additions and 6 deletions

View File

@@ -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});
}