CreateHealthCheckResponse constructor
CreateHealthCheckResponse({
- required HealthCheck healthCheck,
- required String location,
Implementation
CreateHealthCheckResponse({
required this.healthCheck,
required this.location,
});