phase3: nullfix arg-bang handler (argument_type/invalid_assignment). 872 -> 621
This commit is contained in:
@@ -106,7 +106,7 @@ class DesktopBuyServiceState extends State<DesktopBuyService> {
|
||||
items: plans.map((e) {
|
||||
return DropdownMenuItem<KeyValue>(
|
||||
value: e,
|
||||
child: Text(e.name),
|
||||
child: Text(e.name!),
|
||||
);
|
||||
}).toList(),
|
||||
isExpanded: true,
|
||||
|
||||
Reference in New Issue
Block a user