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