AgentMetadata.fromJson constructor
Creates a AgentMetadata from a JSON map.
Implementation
factory AgentMetadata.fromJson(Map<String, dynamic> json) =>
$schema.parse(json);
Creates a AgentMetadata from a JSON map.
factory AgentMetadata.fromJson(Map<String, dynamic> json) =>
$schema.parse(json);