DiskEntry constructor
DiskEntry({
- String? capacityBytes,
- String? diskLabel,
- String? diskLabelType,
- String? freeBytes,
- String? hwAddress,
- String? interfaceType,
- DiskPartitionList? partitions,
- VmwareDiskConfig? vmware,
Implementation
DiskEntry({
this.capacityBytes,
this.diskLabel,
this.diskLabelType,
this.freeBytes,
this.hwAddress,
this.interfaceType,
this.partitions,
this.vmware,
});