SearchOrReadResult constructor

const SearchOrReadResult({
  1. bool isCollapsible = false,
  2. bool isSearch = false,
  3. bool isRead = false,
  4. bool isList = false,
  5. bool isREPL = false,
  6. bool isMemoryWrite = false,
  7. bool isAbsorbedSilently = false,
  8. String? mcpServerName,
  9. bool? isBash,
})

Implementation

const SearchOrReadResult({
  this.isCollapsible = false,
  this.isSearch = false,
  this.isRead = false,
  this.isList = false,
  this.isREPL = false,
  this.isMemoryWrite = false,
  this.isAbsorbedSilently = false,
  this.mcpServerName,
  this.isBash,
});