PollVote constructor
PollVote([
- void b()?
Creates a new PollVote object using the builder pattern.
Implementation
factory PollVote([void Function(PollVoteBuilder)? b]) = _$PollVote;
Creates a new PollVote object using the builder pattern.
factory PollVote([void Function(PollVoteBuilder)? b]) = _$PollVote;