$AgentTransfer.fromJson constructor
$AgentTransfer.fromJson(
- Map json_
Implementation
$AgentTransfer.fromJson(core.Map json_)
: this(
displayName: json_['displayName'] as core.String?,
targetAgent: json_['targetAgent'] as core.String?,
);