PeerRemove constructor

const PeerRemove({
  1. required String peerId,
})

Implementation

const PeerRemove({required this.peerId});