OverallVolume constructor

OverallVolume({
  1. List<DomainIspPlacement>? domainIspPlacements,
  2. double? readRatePercent,
  3. VolumeStatistics? volumeStatistics,
})

Implementation

OverallVolume({
  this.domainIspPlacements,
  this.readRatePercent,
  this.volumeStatistics,
});