Dart SDK
dart:js_util
function getProperty
getProperty
library 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);
function getProperty