find method

Tool? find(
  1. String name
)

Returns the Tool with name, or null if not found.

Implementation

Tool? find(String name) => _tools[name];