ToolUseDiff constructor
const
ToolUseDiff({})
Implementation
const ToolUseDiff({
required this.filename,
required this.status,
required this.additions,
required this.deletions,
required this.changes,
required this.patch,
this.repository,
});