DiskPartition constructor
      
      DiskPartition({})
     
    
    
Implementation
DiskPartition({
  this.capacityBytes,
  this.fileSystem,
  this.freeBytes,
  this.mountPoint,
  this.subPartitions,
  this.type,
  this.uuid,
});
DiskPartition({
  this.capacityBytes,
  this.fileSystem,
  this.freeBytes,
  this.mountPoint,
  this.subPartitions,
  this.type,
  this.uuid,
});