ImageStorageMountSpec constructor

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

Implementation

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