MemoryFileStat constructor
MemoryFileStat(
- MapBasedFileSystem _fs,
- String path
Creates a new MemoryFileStat instance.
Implementation
MemoryFileStat(this._fs, String path)
: _path = _fs.resolve(path),
_impl = _fs.get(path);