UpdateHealthCheckResponse constructor
UpdateHealthCheckResponse({
- required HealthCheck healthCheck,
Implementation
UpdateHealthCheckResponse({
required this.healthCheck,
});