ToolAnnotations constructor

ToolAnnotations({
  1. bool? destructiveHint,
  2. bool? idempotentHint,
  3. bool? openWorldHint,
  4. bool? readOnlyHint,
  5. String? title,
})

Implementation

ToolAnnotations({
  this.destructiveHint,
  this.idempotentHint,
  this.openWorldHint,
  this.readOnlyHint,
  this.title,
});