menu
Dart
dart:js_util
callConstructor<
T
> function
callConstructor
brightness_4
brightness_5
description
callConstructor<
T
>
function
T
callConstructor
<
T
>(
Object
constr
,
List
<
Object
?
>
?
arguments
)
Implementation
external T callConstructor<T>(Object constr, List<Object?>? arguments);
Dart
dart:js_util
callConstructor<
T
> function
dart:js_util library
Properties
globalThis
objectPrototype
Functions
add
allowInterop
allowInteropCaptureThis
and
callConstructor
callMethod
createDartExport
createStaticInteropMock
dartify
delete
divide
equal
exponentiate
getProperty
greaterThan
greaterThanOrEqual
hasProperty
instanceof
instanceOfString
isJavaScriptArray
isJavaScriptSimpleObject
isTruthy
jsify
lessThan
lessThanOrEqual
modulo
multiply
newObject
not
notEqual
objectGetPrototypeOf
objectKeys
or
promiseToFuture
setProperty
strictEqual
strictNotEqual
subtract
typeofEquals
unsignedRightShift
Exceptions
NullRejectionException