destructive method
Mark tool as destructive
Implementation
ToolAnnotationBuilder destructive([bool value = true]) {
_annotations[ToolAnnotationKeys.destructive] = value;
return this;
}
Mark tool as destructive
ToolAnnotationBuilder destructive([bool value = true]) {
_annotations[ToolAnnotationKeys.destructive] = value;
return this;
}