ContainerMountPoint constructor
const
ContainerMountPoint({
- String? type,
- String? source,
- String? target,
- bool? readOnly,
- String? consistency,
- ContainerBindOptions? bindOptions,
- ContainerVolumeOptions? volumeOptions,
- ContainerImageOptions? imageOptions,
- ContainerTmpfsOptions? tmpfsOptions,
Creates a ContainerMountPoint with the given fields.
Implementation
const ContainerMountPoint({
this.type,
this.source,
this.target,
this.readOnly,
this.consistency,
this.bindOptions,
this.volumeOptions,
this.imageOptions,
this.tmpfsOptions,
});