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
packages/quiver/src/iterables/enumerate.dart:74:36:
Error: The class 'Iterator' can't be extended outside of its library because it's an interface class.
class EnumerateIterator<V> extends Iterator<IndexedValue<V>> {
dart --version
Dart SDK version: 3.3.1 (stable) (Wed Mar 6 13:09:19 2024 +0000) on "macos_arm64"
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: