RespondParams constructor

RespondParams({
  1. required String topic,
  2. required JsonRpcResponse response,
})

Implementation

RespondParams({
  required this.topic,
  required this.response,
});