PairingEvent constructor

PairingEvent({
  1. int? id,
  2. String? topic,
  3. JsonRpcError? error,
})

Implementation

PairingEvent({
  this.id,
  this.topic,
  this.error,
});