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