MemoryFileInfo constructor
const
MemoryFileInfo({})
Implementation
const MemoryFileInfo({
required this.path,
required this.type,
this.content = '',
this.exists = true,
this.parent,
this.isNested = false,
});