dart / 1 / dart-js / jsarray / jsarray.from.html

JsArray.from factory constructor

JsArray.from(Iterable<E> other)

Source

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

© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dartlang.org/stable/1.24.3/dart-js/JsArray/JsArray.from.html