RoomStorageMountSpec constructor

RoomStorageMountSpec({
  1. required String path,
  2. String? subpath,
  3. bool? readOnly,
})

Implementation

RoomStorageMountSpec({required this.path, this.subpath, this.readOnly});