PostAction.onVote constructor

const PostAction.onVote(
  1. Post post, [
  2. dynamic extra
])

Vote on poll | Share your answer to question

Implementation

const factory PostAction.onVote(Post post, [dynamic extra]) = _OnVote;