ActivityActor constructor

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

Implementation

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