MemoryFsEntity constructor

MemoryFsEntity(
  1. MapBasedFileSystem _fs,
  2. String path
)

Implementation

MemoryFsEntity(this._fs, this.path);