HealthCheckResponseData constructor
HealthCheckResponseData({})
Implementation
HealthCheckResponseData({
required this.isKwikpassHealthy,
required this.success,
required this.statusCode,
required this.timestamp,
required this.isSuccess,
required this.error,
});