Poll constructor

Poll([
  1. void b(
    1. PollBuilder
    )?
])

Creates a new Poll object using the builder pattern.

Implementation

factory Poll([void Function(PollBuilder)? b]) = _$Poll;