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