_toIterable()
Internal
_toIterable(dart): Iterable<any>
Wraps a Dart iterable as a JavaScript Iterable.
Allows using Dart collections in for...of loops.
Parameters
| Parameter | Type | Description |
|---|
dart | any | Dart iterable object |
Returns
Iterable<any>
JavaScript Iterable wrapper
Source
src/utils_convert.ts:36