CoverageHours constructor

CoverageHours({
  1. String? coverageHoursPercentage,
  2. String? onDemandHours,
  3. String? reservedHours,
  4. String? totalRunningHours,
})

Implementation

CoverageHours({
  this.coverageHoursPercentage,
  this.onDemandHours,
  this.reservedHours,
  this.totalRunningHours,
});