FileReadOutput constructor
const
FileReadOutput({})
Implementation
const FileReadOutput({
required this.content,
this.lineCount = 0,
this.truncated = false,
this.binary = false,
this.encoding = 'utf-8',
this.size = 0,
this.modified,
});