_toIterable()
_toIterable(
dart):Iterable<any>
Defined in: src/utils_convert.ts:36
Internal
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