menu
flujs_qjs package
documentation
JSFValueQJSImpl.dart
JSFValueQJSImpl
isUndefined method
isUndefined method
dark_mode
light_mode
isUndefined
method
@
override
bool
isUndefined
(
)
override
在 dart 侧判断 js value 是否是 undefined
Implementation
@override bool isUndefined() => jsValue.isUndefined;
flujs_qjs package
documentation
JSFValueQJSImpl
JSFValueQJSImpl
isUndefined method
JSFValueQJSImpl class