ReservationBlockHealthInfo constructor

ReservationBlockHealthInfo({
  1. int? degradedSubBlockCount,
  2. String? healthStatus,
  3. int? healthySubBlockCount,
})

Implementation

ReservationBlockHealthInfo({
  this.degradedSubBlockCount,
  this.healthStatus,
  this.healthySubBlockCount,
});