tools property

Iterable<ToolHandler<Tool>> get tools

Implementation

Iterable<ToolHandler> get tools {
  return _tools;
}