CommunityPeer constructor

const CommunityPeer({
  1. required bool canViewHistory,
  2. bool? visible,
  3. required PeerBase peer,
})

Community Peer constructor.

Implementation

const CommunityPeer({
  required this.canViewHistory,
  this.visible,
  required this.peer,
}) : super._();