phase3: @required->required keyword, nullable for-in iterator fix. 309->251
This commit is contained in:
@@ -22,7 +22,7 @@ class MobileAttributeSelection extends StatefulWidget {
|
||||
final Key? key;
|
||||
final GlobalKey? startKey;
|
||||
|
||||
const MobileAttributeSelection({@required this.product, @required this.business, this.key, this.startKey})
|
||||
const MobileAttributeSelection({required this.product, required this.business, this.key, this.startKey})
|
||||
: super(key: key);
|
||||
|
||||
@override
|
||||
|
||||
Reference in New Issue
Block a user