phase3: nullfix arg-bang handler (argument_type/invalid_assignment). 872 -> 621
This commit is contained in:
@@ -115,7 +115,7 @@ class ProductSearchState extends State<ProductSearch> {
|
||||
if (result.response != null) {
|
||||
throw RuntimeError(result.response!.data);
|
||||
} else {
|
||||
throw RuntimeError(result.message);
|
||||
throw RuntimeError(result.message!);
|
||||
}
|
||||
} else if (result != null && result is List) {
|
||||
lastBottomPosition = 0;
|
||||
|
||||
Reference in New Issue
Block a user