Dart
dart:js_util
newObject<
T
> function
newObject
description
newObject<
T
>
function
Null safety
T
newObject
<
T
>(
)
Implementation
external T newObject<T>();
Dart
dart:js_util
newObject<
T
> function
dart:js_util library
Properties
globalThis
objectPrototype
Functions
add
callConstructor
callMethod
dartify
divide
equal
exponentiate
getProperty
greaterThan
greaterThanOrEqual
hasProperty
instanceof
instanceOfString
isJavaScriptArray
isJavaScriptSimpleObject
jsify
lessThan
lessThanOrEqual
modulo
multiply
newObject
notEqual
objectGetPrototypeOf
objectKeys
promiseToFuture
setProperty
strictEqual
strictNotEqual
subtract
Exceptions
NullRejectionException