ContainerBindOptions constructor
const
ContainerBindOptions({})
Creates a ContainerBindOptions with the given fields.
Implementation
const ContainerBindOptions({
this.propagation,
this.nonRecursive,
this.createMountpoint,
this.readOnlyNonRecursive,
this.readOnlyForceRecursive,
});