ActivityActor constructor

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

Implementation

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