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-only, inherited
- hasNext ↔ bool
-
True if query has next items to be queried
read / write, inherited
- limit ↔ int
-
number of item per executing loadNext
read / write, inherited
- loading ↔ bool
-
True if query is loading
read / write, inherited
- 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-only, inherited
- token ↔ String?
-
token for next query
read / write, inherited
Methods
-
loadNext(
) → Future< List< User> > -
Load next items asynchronously
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object. [...]
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited