installedCliTools property

List<InstalledCliTool> installedCliTools

Implementation

List<InstalledCliTool> get installedCliTools =>
    allCliTools.where((element) => element.isInstalled).toList();