menu
puredartlua package
documentation
lua/visitors/runtime/base.dart
BaseRuntime
debugSetPath method
debugSetPath method
dark_mode
light_mode
debugSetPath
method
void
debugSetPath
(
String
?
path
)
Implementation
void debugSetPath(String? path) => debugPath = path;
puredartlua package
documentation
lua/visitors/runtime/base
BaseRuntime
debugSetPath method
BaseRuntime class