IOFileSystem constructor

IOFileSystem(
  1. Directory root, {
  2. String? mount,
})

Implementation

IOFileSystem(this.root, {
  String? mount
}) : super(mount);