AgentNotification constructor
AgentNotification({
- required String method,
- AcpJsonValue? params,
Creates a AgentNotification value.
Implementation
AgentNotification({required this.method, this.params});