JsArray.from(Iterable<E> other)

Not documented.

Source

factory JsArray.from(Iterable<E> other) =>
    _newJsArrayFromSafeList(new List.from(other));