JsArray<E> constructor

JsArray<E>()

Creates an empty JavaScript array.

Implementation

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