HealthCheckInUse constructor

HealthCheckInUse({
  1. String? type,
  2. String? message,
})

Implementation

HealthCheckInUse({String? type, String? message})
    : super(type: type, code: 'HealthCheckInUse', message: message);