ToolName constructor

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

Implementation

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