MountOption constructor

MountOption({
  1. String? export,
  2. String? exportFull,
  3. String? instructions,
  4. String? ipAddress,
  5. String? protocol,
})

Implementation

MountOption({
  this.export,
  this.exportFull,
  this.instructions,
  this.ipAddress,
  this.protocol,
});