get method

Tool? get(
  1. String name
)

Get a tool by name.

Implementation

Tool? get(String name) => _tools[name]?.tool;