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