menu
flujs_qjs package
documentation
wrapper/JSValue.dart
JSValue
hasProperty method
hasProperty method
dark_mode
light_mode
hasProperty
method
bool
hasProperty
(
int
prop
)
Implementation
bool hasProperty(int prop) => JS_HasProperty(_ctx.ref, _ref.ref, prop) != 0;
flujs_qjs package
documentation
wrapper/JSValue
JSValue
hasProperty method
JSValue class