ServiceHealthCheckResponse constructor

const ServiceHealthCheckResponse({
  1. required HealthCheckStatus status,
})

Implementation

const ServiceHealthCheckResponse({
  required this.status,
});