VolumeStorageMountSpec constructor

const VolumeStorageMountSpec({
  1. required String name,
  2. required String path,
  3. String? subpath,
  4. bool readOnly = false,
})

Implementation

const VolumeStorageMountSpec({required this.name, required this.path, this.subpath, this.readOnly = false});