HealthCheck200Response constructor

HealthCheck200Response({
  1. String? status,
  2. DateTime? timestamp,
})

Returns a new HealthCheck200Response instance.

Implementation

HealthCheck200Response({
  this.status,
  this.timestamp,
});