JsArray<E>.from constructor Null safety

JsArray<E>.from(
  1. Iterable<E> other
)

Creates a new JavaScript array and initializes it to the contents of other.

Implementation

external factory JsArray.from(Iterable<E> other);