HealthCheckServicesScopedList constructor

HealthCheckServicesScopedList({
  1. List<HealthCheckService> resources = const [],
  2. Warning? warning,
})

Implementation

HealthCheckServicesScopedList({this.resources = const [], this.warning})
  : super(fullyQualifiedName);