canCastPollVote property
bool
get
canCastPollVote
True, if the current user can vote in a poll.
Implementation
bool get canCastPollVote {
return ownCapabilities.contains(ChannelCapability.castPollVote);
}