PeerChannel constructor

const PeerChannel({
  1. required int channelId,
})

Peer Channel constructor.

Implementation

const PeerChannel({required this.channelId}) : super._();