QChatUpdateServerParam class

Inheritance
Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

QChatUpdateServerParam(int serverId)
QChatUpdateServerParam.fromJson(Map<String, dynamic> json)
factory

Properties

antiSpamConfig QChatAntiSpamConfig?
反垃圾配置
getter/setter pairinherited
applyMode QChatApplyJoinMode?
申请模式:QChatApplyJoinMode.agreeNeedNot-申请不需要同意(默认),QChatApplyJoinMode.agreeNeed-申请需要同意
getter/setter pair
custom String?
自定义扩展
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
icon String?
图标
getter/setter pair
inviteMode QChatInviteMode?
邀请模式:QChatInviteMode.agreeNeed-邀请需要同意(默认),QChatInviteMode.agreeNeedNot-邀请不需要同意
getter/setter pair
name String?
名称
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
searchEnable bool?
服务器是否允许被搜索,true-可以被搜索,false-不可被搜索,默认允许
getter/setter pair
searchType int?
服务器搜索类型,客户自定义:比如服务器行业类型等,大于0的正整数
getter/setter pair
serverId int
将要修改的服务器Id,必填
final

Methods

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

Operators

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