JsArray<E> constructor

JsArray<E>()

Creates a new JavaScript array.

Implementation

JsArray() : super._fromJs([]);