phase3: nullfix field-formal field-nullable handler. 907 -> 872
This commit is contained in:
@@ -6,9 +6,9 @@ import '../models/business.dart';
|
||||
import '../models/product.dart';
|
||||
|
||||
class AttributeSelection extends StatelessWidget {
|
||||
final Product product;
|
||||
final Business business;
|
||||
final GlobalKey startKey;
|
||||
final Product? product;
|
||||
final Business? business;
|
||||
final GlobalKey? startKey;
|
||||
|
||||
const AttributeSelection({Key? key, this.product, this.business, this.startKey}) : super(key: key);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user