showSocketWarning property

bool get showSocketWarning

Implementation

bool get showSocketWarning {
  // Mirrors TS: hasWarnings && !allowAllUnixSockets
  return depCheck.value.hasWarnings &&
      configSnapshot.value.allowUnixSockets.isEmpty;
}