AttachedDisk constructor

AttachedDisk({
  1. String? deviceName,
  2. String? existingDisk,
  3. Disk? newDisk,
})

Implementation

AttachedDisk({
  this.deviceName,
  this.existingDisk,
  this.newDisk,
});