Skip to main content

_toIterable()

Internal

_toIterable(dart): Iterable<any>

Wraps a Dart iterable as a JavaScript Iterable. Allows using Dart collections in for...of loops.

Parameters

ParameterTypeDescription
dartanyDart iterable object

Returns

Iterable<any>

JavaScript Iterable wrapper

Source

src/utils_convert.ts:36