ContainerMount constructor
const
ContainerMount({})
Creates a ContainerMount with the given fields.
Implementation
const ContainerMount({
this.type,
this.name,
this.source,
this.destination,
this.driver,
this.mode,
this.rw,
this.propagation,
});