PollListQueryParams constructor

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

Implementation

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