hasVulnerableApps method

bool hasVulnerableApps()

Implementation

bool hasVulnerableApps() {
  return _vulnerableApps.isNotEmpty;
}