ToolAnnotations constructor

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

Implementation

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