VolumeMount constructor
const
VolumeMount({})
Default constructor.
Implementation
const VolumeMount({
required this.mountPath,
this.mountPropagation,
required this.name,
this.readOnly,
this.subPath,
this.subPathExpr,
});