EvtPeerIdentificationFailed constructor

EvtPeerIdentificationFailed({
  1. required PeerId peer,
  2. required Exception reason,
})

Creates a new EvtPeerIdentificationFailed event.

Implementation

EvtPeerIdentificationFailed({
  required this.peer,
  required this.reason,
});