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