toJS property

JSArray<JSNumber> get toJS

Implementation

JSArray<JSNumber> get toJS => map((e) => e.toJS).toList().toJS;