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