AgentConnectionInfo constructor

AgentConnectionInfo({
  1. required String jwt,
  2. required String agentName,
  3. required String projectId,
  4. required Uri agentUrl,
})

Implementation

AgentConnectionInfo({required this.jwt, required this.agentName, required this.projectId, required this.agentUrl});