DialogPeerCommunity constructor

const DialogPeerCommunity({
  1. required int communityId,
})

Dialog Peer Community constructor.

Implementation

const DialogPeerCommunity({required this.communityId}) : super._();