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