PosixFilesystem constructor

PosixFilesystem({
  1. String? rootDirectory,
})

Implementation

PosixFilesystem({
  this.rootDirectory,
});