ProjectStorageMountSpec constructor

const ProjectStorageMountSpec({
  1. required String path,
  2. String? subpath,
  3. bool readOnly = true,
})

Implementation

const ProjectStorageMountSpec({required this.path, this.subpath, this.readOnly = true});