NotifyPeer constructor

const NotifyPeer({
  1. required PeerBase peer,
})

Notify Peer constructor.

Implementation

const NotifyPeer({
  required this.peer,
}) : super._();