toJSVarArgs property

JSExportedDartFunction<R Function(JSArray<E>)> get toJSVarArgs

Converts this Function to a JSFunction that passes all of its arguments as a List to this function.

This is less efficient than FunctionToJSExportedDartFunction.toJS, and should only be used when var args specifically are necessary.

Implementation

external JSExportedDartFunction<R Function(JSArray<E>)> get toJSVarArgs;