menu
flujs_qjs package
documentation
wrapper/JSValue.dart
JSValue
isBothInt method
isBothInt method
dark_mode
light_mode
isBothInt
method
bool
isBothInt
(
JSValue
other
)
Implementation
bool isBothInt(JSValue other) => (_ref.ref.tag | other.ref.ref.tag) == 0;
flujs_qjs package
documentation
wrapper/JSValue
JSValue
isBothInt method
JSValue class