names property

List<String> get names

All registered tool names.

Implementation

List<String> get names => List.unmodifiable(_tools.keys.toList());