JsArray.from(Iterable<E> other)

Source

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