ProtocolLevelNotification constructor

ProtocolLevelNotification({
  1. required String method,
  2. CancelRequestNotification? params,
})

Creates a ProtocolLevelNotification value.

Implementation

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