MemoryFileInfo constructor
const
MemoryFileInfo({})
Implementation
const MemoryFileInfo({
required this.path,
required this.type,
required this.content,
this.parent,
this.globs,
this.contentDiffersFromDisk = false,
this.rawContent,
});