menu
lea_code package
documentation
tools/runtime/tool_runtime.dart
ToolRuntime
taskById method
taskById method
dark_mode
light_mode
taskById
method
SessionTask
?
taskById
(
String
id
)
Implementation
SessionTask? taskById(String id) => _tasks[id];
lea_code package
documentation
tools/runtime/tool_runtime
ToolRuntime
taskById method
ToolRuntime class