menu
flujs_qjs package
documentation
wrapper/JSValue.dart
JSValue
isInstanceOf method
isInstanceOf method
dark_mode
light_mode
isInstanceOf
method
bool
isInstanceOf
(
JSValue
other
)
Implementation
bool isInstanceOf(JSValue other) => JS_IsInstanceOf(_ctx.ref, _ref.ref, other.ref.ref) != 0;
flujs_qjs package
documentation
wrapper/JSValue
JSValue
isInstanceOf method
JSValue class