menu
puredartlua package
documentation
lua/visitors/runtime/luaobject.dart
LuaObject
isNotThread property
isNotThread property
dark_mode
light_mode
isNotThread
property
bool
get
isNotThread
Query the negation of
isThread
.
Implementation
bool get isNotThread => !isThread;
puredartlua package
documentation
lua/visitors/runtime/luaobject
LuaObject
isNotThread property
LuaObject class