DiskUtilization constructor
      
      DiskUtilization({})
     
    
    
Implementation
DiskUtilization({
  this.targetReadBytesPerSecond,
  this.targetReadOpsPerSecond,
  this.targetWriteBytesPerSecond,
  this.targetWriteOpsPerSecond,
});DiskUtilization({
  this.targetReadBytesPerSecond,
  this.targetReadOpsPerSecond,
  this.targetWriteBytesPerSecond,
  this.targetWriteOpsPerSecond,
});