ActivityActor constructor
ActivityActor({
- ActivityActorApplicationInfo? applicationInfo,
- String? callerType,
- String? email,
- String? key,
- String? profileId,
Implementation
ActivityActor({
this.applicationInfo,
this.callerType,
this.email,
this.key,
this.profileId,
});