DependentAvailableAgentToolIdentifier constructor
const
DependentAvailableAgentToolIdentifier({})
Implementation
const DependentAvailableAgentToolIdentifier({
required this.agentId,
required this.agentName,
required this.usedBy,
this.type,
required this.createdAtUnixSecs,
required this.accessLevel,
});