PollListQueryParams class

Params for creating a PollListQuery object.

Constructors

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

Properties

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

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