installed property

List<ToolStatus> get installed

Get all installed tools

Implementation

List<ToolStatus> get installed => tools.where((ToolStatus t) => t.isInstalled).toList();