AgentNotification constructor

AgentNotification({
  1. required String method,
  2. AcpJsonValue? params,
})

Creates a AgentNotification value.

Implementation

AgentNotification({required this.method, this.params});