MountPoint constructor

MountPoint({
  1. String? containerPath,
  2. bool? readOnly,
  3. String? sourceVolume,
})

Implementation

MountPoint({
  this.containerPath,
  this.readOnly,
  this.sourceVolume,
});