Dart
dart:js_util
newObject<
T
> function
newObject
description
newObject<
T
>
function
Null safety
T
newObject
<
T
>(
)
Implementation
T newObject<T>() => JS('=Object', '{}');
Dart
dart:js_util
newObject<
T
> function
dart:js_util library
Functions
callConstructor
callMethod
getProperty
hasProperty
instanceof
jsify
newObject
promiseToFuture
setProperty
Exceptions
NullRejectionException