PollListQueryParams class

Params for creating a PollListQuery object.

Constructors

PollListQueryParams.new({required ChannelType channelType, required String channelUrl, int? limit})

Properties

channelType ChannelType
The ChannelType of the channel you want to get polls from.
getter/setter pair
channelUrl String
The channel url of the channel you want to get polls from.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
limit int?
The maximum number of items per queried page. The default value for the limit parameter is 10.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited