RepoFile constructor
const
RepoFile({})
Implementation
const RepoFile({
required this.path,
required this.content,
required this.totalLines,
this.startLine,
this.endLine,
this.truncated = false,
});
const RepoFile({
required this.path,
required this.content,
required this.totalLines,
this.startLine,
this.endLine,
this.truncated = false,
});