agentAttributesToJson function

String agentAttributesToJson(
  1. AgentAttributes value
)

Implementation

String agentAttributesToJson(AgentAttributes value) => jsonEncode(value.toJson());