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