ZIMRoomMemberQueryConfig class

Configuration for querying member.

Description: When querying member, you need to configure this object.

Constructors

ZIMRoomMemberQueryConfig()

Properties

count int
Description: How many messages are retrieved in one query.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
nextFlag String
Description: The flag of the paging query. For the first query, set this field to an empty string. If the "nextFlag" field of the callback is not an empty string, it needs to be set here to continue the query on the next page.
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