CommunityFull constructor
const
CommunityFull({})
Community Full constructor.
Implementation
const CommunityFull({
required this.id,
required this.about,
required this.chatPhoto,
required this.linkedPeers,
this.adminsCount,
this.kickedCount,
this.peerLinkRequestsPending,
}) : super._();