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
The d.ts generated does not contain the Symbol.iterator member (and does not implement the Iterable interface). That would be okay if we could use toArray() but the Dart implementation is missing that declaration.
The
d.tsgenerated does not contain theSymbol.iteratormember (and does not implement the Iterable interface). That would be okay if we could usetoArray()but the Dart implementation is missing that declaration.