PollOption constructor
PollOption({})
Implementation
PollOption({
super.extra,
super.client_id,
this.text,
this.voter_count,
this.vote_percentage,
this.is_chosen,
this.is_being_chosen,
});
PollOption({
super.extra,
super.client_id,
this.text,
this.voter_count,
this.vote_percentage,
this.is_chosen,
this.is_being_chosen,
});