toJSDeep property

JSArray<JSAny?> get toJSDeep

Implementation

JSArray<JSAny?> get toJSDeep => map((e) => e.toJSDeep).toJS;