menu
agent_harness package
documentation
acp.dart
ClientResponse
ClientResponse.fromMap factory constructor
ClientResponse.fromMap factory constructor
dark_mode
light_mode
ClientResponse.fromMap
constructor
ClientResponse.fromMap
(
Map
<
Object
?
,
Object
?
>
value
)
Implementation
factory ClientResponse.fromMap(Map<Object?, Object?> value) => _clientResponseCodec.decode(value);
agent_harness package
documentation
acp
ClientResponse
ClientResponse.fromMap factory constructor
ClientResponse class