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