CreateHealthCheckResponse constructor

CreateHealthCheckResponse({
  1. required HealthCheck healthCheck,
  2. required String location,
})

Implementation

CreateHealthCheckResponse({
  required this.healthCheck,
  required this.location,
});