ToolName constructor

ToolName({
  1. String? entityType,
  2. String? name,
  3. String? operation,
})

Implementation

ToolName({this.entityType, this.name, this.operation});