FileStorageMountSpec constructor

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

Implementation

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