Dart
dart:js_util
instanceof function
instanceof
dart:js_util library
Functions
callConstructor
callMethod
getProperty
hasProperty
instanceof
jsify
newObject
setProperty
instanceof function
bool
instanceof
(
dynamic
o
,
Function
type
)
Implementation
bool
instanceof(o,
Function
type) => JS(
'bool'
,
'# instanceof #'
, o, type);
Cookies management controls