PollState constructor

const PollState({
  1. required List<Poll> polls,
  2. Poll? active,
})

Implementation

const PollState({required this.polls, this.active});