PollListQuery constructor Null safety

PollListQuery(
  1. {required PollListQueryParams params}
)

Implementation

PollListQuery({required this.params}) : super() {
  limit = params.limit;
}