PairingInfo constructor

PairingInfo(
  1. String topic,
  2. int expiry,
  3. Relay relay,
  4. bool active, {
  5. PairingMetadata? peerMetadata,
})

Implementation

PairingInfo(
  this.topic,
  this.expiry,
  this.relay,
  this.active, {
  this.peerMetadata,
});