ExistingDisk constructor

ExistingDisk({
  1. String? disk,
})

Implementation

ExistingDisk({
  this.disk,
});