DiskEntry constructor

DiskEntry({
  1. String? capacityBytes,
  2. String? diskLabel,
  3. String? diskLabelType,
  4. String? freeBytes,
  5. String? hwAddress,
  6. String? interfaceType,
  7. DiskPartitionList? partitions,
  8. VmwareDiskConfig? vmware,
})

Implementation

DiskEntry({
  this.capacityBytes,
  this.diskLabel,
  this.diskLabelType,
  this.freeBytes,
  this.hwAddress,
  this.interfaceType,
  this.partitions,
  this.vmware,
});