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