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