notInstalledCliTools property

List<InstalledCliTool> notInstalledCliTools

Implementation

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