InMemoryFileInfo constructor
InMemoryFileInfo(
- String path, {
- DirectoryInfoBase? parent,
Creates an in-memory file with the specified path.
Implementation
InMemoryFileInfo(String path, {DirectoryInfoBase? parent})
: _path = path,
_parent = parent;