MemoryFileInfo constructor

const MemoryFileInfo({
  1. required String path,
  2. required String content,
})

Implementation

const MemoryFileInfo({required this.path, required this.content});