phase3: nullfix arg-bang handler (argument_type/invalid_assignment). 872 -> 621
This commit is contained in:
@@ -60,7 +60,7 @@ class PlainPageState extends State<PlainPage> {
|
||||
void loadData() {
|
||||
HttpUtil.httpGet(
|
||||
'v1/special-page',
|
||||
businessId: widget.businessId,
|
||||
businessId: widget.businessId!,
|
||||
queryParameters: {
|
||||
'bid': widget.slug,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user