SecondaryBootDisk constructor

SecondaryBootDisk({
  1. String? diskImage,
  2. String? mode,
})

Implementation

SecondaryBootDisk({
  this.diskImage,
  this.mode,
});