toolNames property

List<String> get toolNames

The names of tools, for the common assertion.

Implementation

List<String> get toolNames => [for (final tool in tools) tool.name];