PollListQueryResponse constructor

PollListQueryResponse({
  1. List<Poll> polls = const [],
  2. String? next,
})

Implementation

PollListQueryResponse({this.polls = const [], this.next});