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