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