MemoryFsOverrides({ String? mountTo, Stdout? stdout, }) : _fs = MapBasedFileSystem(p.join('/', mountTo)), _stdout = stdout ?? StreamedStdout();