DiskPartition constructor

DiskPartition({
  1. String? capacityBytes,
  2. String? fileSystem,
  3. String? freeBytes,
  4. String? mountPoint,
  5. DiskPartitionList? subPartitions,
  6. String? type,
  7. String? uuid,
})

Implementation

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