JsArray<E> constructor Null safety

JsArray<E>()

Creates an empty JavaScript array.

Implementation

external factory JsArray();