all property

Iterable<Tool> get all

All registered tools.

Implementation

Iterable<Tool> get all => _tools.values.map((r) => r.tool);