CheckReadinessResponse constructor

CheckReadinessResponse({
  1. String? status,
})

Implementation

CheckReadinessResponse({
  this.status,
});