Dart SDK
dart:js_util
getProperty
getProperty
Dart SDK
dart:js_util
getProperty
function
getProperty
Source
Dart SDK
dart:js_util
Functions
callConstructor
callMethod
getProperty
hasProperty
instanceof
jsify
newObject
setProperty
dynamic
getProperty
(
JSObject
o
,
name
)
Source
getProperty
(
JSObject o
,
name
)
=>
JsNative
.
getProperty
(
o
,
name
);