AgentAttributionInfo constructor

AgentAttributionInfo({
  1. String? agentId,
  2. String? agentName,
  3. AgentAttributionInfoAgentOwner? agentOwner,
  4. String? agentType,
})

Implementation

AgentAttributionInfo({
  this.agentId,
  this.agentName,
  this.agentOwner,
  this.agentType,
});