LspToolOutput constructor
const
LspToolOutput({})
Implementation
const LspToolOutput({
required this.operation,
required this.result,
required this.filePath,
this.resultCount,
this.fileCount,
});
const LspToolOutput({
required this.operation,
required this.result,
required this.filePath,
this.resultCount,
this.fileCount,
});