AgentOtherDeviceId.fromJson constructor

AgentOtherDeviceId.fromJson(
  1. Map json_
)

Implementation

AgentOtherDeviceId.fromJson(core.Map json_)
    : this(
        agentId: json_['agentId'] as core.String?,
        deviceId: json_['deviceId'] as core.String?,
      );