agentAttributesFromJson function
Implementation
AgentAttributes agentAttributesFromJson(String source) =>
AgentAttributes.fromJson(jsonDecode(source) as Map<String, dynamic>);
AgentAttributes agentAttributesFromJson(String source) =>
AgentAttributes.fromJson(jsonDecode(source) as Map<String, dynamic>);