ActivityActor constructor

ActivityActor({
  1. AgentAttributionInfo? agentAttributionInfo,
  2. ActivityActorApplicationInfo? applicationInfo,
  3. String? callerType,
  4. String? email,
  5. String? key,
  6. String? profileId,
})

Implementation

ActivityActor({
  this.agentAttributionInfo,
  this.applicationInfo,
  this.callerType,
  this.email,
  this.key,
  this.profileId,
});