Dart SDK
dart:js_util
callConstructor
callConstructor
Dart SDK
dart:js_util
callConstructor
function
callConstructor
Source
Dart SDK
dart:js_util
Functions
callConstructor
callMethod
getProperty
hasProperty
instanceof
jsify
newObject
setProperty
dynamic
callConstructor
(
JSObject
constructor
,
List
args
)
Source
callConstructor(JSObject constructor, List args) => JsNative.callConstructor(constructor, args);