QChatSearchServerMemberByPageParam class

Annotations
  • @JsonSerializable()

Constructors

QChatSearchServerMemberByPageParam(String keyword, int serverId, [int? limit])
QChatSearchServerMemberByPageParam.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
keyword String
检索关键字,目标检索昵称、账号,最大100个字符
final
limit int?
检索返回的最大记录数,最大和默认都是100
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serverId int
服务器ID
final

Methods

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

Operators

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