menu
puredartlua package
documentation
lua/visitors/runtime/base.dart
BaseRuntime
findVarArgs method
findVarArgs method
dark_mode
light_mode
findVarArgs
method
List
<
LuaObject
>
?
findVarArgs
(
)
Implementation
List<LuaObject>? findVarArgs() { return scope.findVarArgs(); }
puredartlua package
documentation
lua/visitors/runtime/base
BaseRuntime
findVarArgs method
BaseRuntime class