PollListQueryParams constructor Null safety

PollListQueryParams(
  1. {required ChannelType channelType,
  2. required String channelUrl,
  3. int limit = 20}
)

Implementation

PollListQueryParams({
  required this.channelType,
  required this.channelUrl,
  this.limit = 20,
});