ServiceHealthCheckResponse constructor
const
ServiceHealthCheckResponse({
- required HealthCheckStatus status,
Implementation
const ServiceHealthCheckResponse({
required this.status,
});