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