phase3: nullfix field-formal field-nullable handler. 907 -> 872
This commit is contained in:
@@ -10,8 +10,8 @@ import '../widgets/desktop/desktop_product_detail_page.dart';
|
||||
import '../widgets/mobile/mobile_product_detail_page.dart';
|
||||
|
||||
class ProductDetailPage extends StatelessWidget {
|
||||
final Business business;
|
||||
final Product product;
|
||||
final Business? business;
|
||||
final Product? product;
|
||||
|
||||
const ProductDetailPage({this.business, this.product, Key? key}) :
|
||||
super(key: key);
|
||||
|
||||
Reference in New Issue
Block a user