isCanVote property

bool? get isCanVote

Is it possible to vote in the poll.

Implementation

bool? get isCanVote => payload['can_vote'];