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