ReadFileInRangeResult constructor
ReadFileInRangeResult({})
Implementation
ReadFileInRangeResult({
required this.content,
required this.lineCount,
required this.totalLines,
required this.totalBytes,
required this.readBytes,
required this.mtimeMs,
this.truncatedByBytes = false,
});