menu
agent_dart_base package
documentation
agent/agent/proxy.dart
ProxyMessage<T>
ProxyMessage const constructor
ProxyMessage const constructor
dark_mode
light_mode
ProxyMessage<
T
>
constructor
const
ProxyMessage<
T
>
(
{
dynamic
error
,
T?
response
,
List
?
args
,
int
?
id
,
String
?
type
,
})
Implementation
const ProxyMessage({ this.error, this.response, this.args, super.id, super.type, });
agent_dart_base package
documentation
agent/agent/proxy
ProxyMessage<T>
ProxyMessage const constructor
ProxyMessage class