phase3: nullfix field-formal field-nullable handler. 907 -> 872
This commit is contained in:
@@ -22,7 +22,7 @@ import 'shop_promote.dart';
|
||||
import 'shopping_cart_widget.dart';
|
||||
|
||||
class Shop extends StatefulWidget {
|
||||
final int businessId;
|
||||
final int? businessId;
|
||||
|
||||
const Shop({Key? key, this.businessId}): super(key: key);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user