all property

List<Tool> get all

All registered tools.

Implementation

List<Tool> get all => List.unmodifiable(_tools.values.toList());