You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 11, 2021. It is now read-only.
I got errors when using `filter` for objects that is nullable.
I seem to be no substantial problem.
However, I want to suppress unwanted errors.
```
The null object does not have a method 'toList'.
NoSuchMethodError: method not found: 'toList'
Receiver: null
Arguments: [growable: false]
STACKTRACE:
#0 Object.noSuchMethod (dart:core-patch/object_patch.dart:45)
#1 Filter.call (package:angular/formatter/filter.dart:193:26)
...
```
0 commit comments