agentAttributesFromJson function

AgentAttributes agentAttributesFromJson(
  1. String source
)

Implementation

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