GroupChannelMemberListQuery class Null safety
A query object to retrieve list of members from my group channel.
- Inheritance
- Annotations
Constructors
- GroupChannelMemberListQuery({required String channelUrl})
Properties
- channelUrl ↔ String
-
Channel url
read / write
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- hasNext ↔ bool
-
True if query has next items to be queried
read / writeinherited
- limit ↔ int
-
number of item per executing loadNext
read / writeinherited
- loading ↔ bool
-
True if query is loading
read / writeinherited
- memberStateFilter ↔ MemberStateFilter
-
Filters with member's member state
read / write
- mutedMemberFilter ↔ MutedMemberFilter
-
Filters with member's muted state
read / write
- nicknameStartsWith ↔ String?
-
Filters nickname that starts with
read / write
- operatorFilter ↔ OperatorFilter
-
Filters with member's role
read / write
- order ↔ MemberListOrder
-
Defines query result's order
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- token ↔ String?
-
token for next query
read / writeinherited
Methods
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited