EmptyDirMountSpec constructor

const EmptyDirMountSpec({
  1. required String path,
  2. bool readOnly = false,
})

Implementation

const EmptyDirMountSpec({required this.path, this.readOnly = false});