ActivityActor.fromJson constructor

ActivityActor.fromJson(
  1. Map json_
)

Implementation

ActivityActor.fromJson(core.Map json_)
    : this(
        callerType: json_['callerType'] as core.String?,
        email: json_['email'] as core.String?,
        key: json_['key'] as core.String?,
        profileId: json_['profileId'] as core.String?,
      );