callAsConstructorVarArgs<T extends JSObject> method
Calls this JSFunction as a constructor with a variable number of arguments and returns the constructed JSObject.
Implementation
T callAsConstructorVarArgs<T extends JSObject>([List<JSAny?>? arguments]) =>
_callAsConstructorVarArgs(arguments) as T;