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