MBPollAnswer constructor

MBPollAnswer(
  1. String name,
  2. int votes
)

Implementation

MBPollAnswer(this.name, this.votes);