ToolResultsHistory constructor

ToolResultsHistory({
  1. String? historyId,
  2. String? projectId,
})

Implementation

ToolResultsHistory({
  this.historyId,
  this.projectId,
});