dynamic callConstructor(JSObject constructor, List args)

Source

callConstructor(JSObject constructor, List args) =>
    JsNative.callConstructor(constructor, args);