Closed munificent closed 6 years ago
The array returned from JS interop is always List, so casting it to Iterable will fail in Dart 2.0.
See: https://github.com/dart-lang/sdk/issues/27223
Thanks
The array returned from JS interop is always List, so casting
it to Iterable will fail in Dart 2.0.
See: https://github.com/dart-lang/sdk/issues/27223