CollapsedReadSearchGroup constructor

CollapsedReadSearchGroup({
  1. required String uuid,
  2. DateTime? timestamp,
  3. int searchCount = 0,
  4. int readCount = 0,
  5. int listCount = 0,
  6. int replCount = 0,
  7. int memorySearchCount = 0,
  8. int memoryReadCount = 0,
  9. int memoryWriteCount = 0,
  10. int? teamMemorySearchCount,
  11. int? teamMemoryReadCount,
  12. int? teamMemoryWriteCount,
  13. List<String> readFilePaths = const [],
  14. List<String> searchArgs = const [],
  15. String? latestDisplayHint,
  16. List<RenderableMessage> messages = const [],
  17. RenderableMessage? displayMessage,
  18. int? mcpCallCount,
  19. List<String>? mcpServerNames,
  20. int? bashCount,
  21. int? gitOpBashCount,
  22. List<DetectedCommit>? commits,
  23. List<DetectedPush>? pushes,
  24. List<DetectedBranch>? branches,
  25. List<DetectedPr>? prs,
  26. int? hookTotalMs,
  27. int? hookCount,
  28. List<StopHookInfo>? hookInfos,
  29. List<Map<String, dynamic>>? relevantMemories,
})

Implementation

CollapsedReadSearchGroup({
  required this.uuid,
  this.timestamp,
  this.searchCount = 0,
  this.readCount = 0,
  this.listCount = 0,
  this.replCount = 0,
  this.memorySearchCount = 0,
  this.memoryReadCount = 0,
  this.memoryWriteCount = 0,
  this.teamMemorySearchCount,
  this.teamMemoryReadCount,
  this.teamMemoryWriteCount,
  this.readFilePaths = const [],
  this.searchArgs = const [],
  this.latestDisplayHint,
  this.messages = const [],
  this.displayMessage,
  this.mcpCallCount,
  this.mcpServerNames,
  this.bashCount,
  this.gitOpBashCount,
  this.commits,
  this.pushes,
  this.branches,
  this.prs,
  this.hookTotalMs,
  this.hookCount,
  this.hookInfos,
  this.relevantMemories,
});