Dart SDK
dart:js
JsNative
method callConstructor
callConstructor
class JsNative
Constructors
JsNative
Properties
hashCode
runtimeType
Methods
noSuchMethod
toString
Operators
operator ==
Static methods
callConstructor
callConstructor0
callMethod
getProperty
hasProperty
instanceof
jsify
newArray
newObject
setProperty
toTypedObject
withThis
dynamic
callConstructor
(
_JSObjectBase
constructor
,
List
args
)
Source
static callConstructor(_JSObjectBase constructor, List args) native "JSNative_callConstructor";
method callConstructor