DependentUnknownAgentToolIdentifier constructor

const DependentUnknownAgentToolIdentifier({
  1. String? type,
})

Implementation

const DependentUnknownAgentToolIdentifier({
  this.type,
});