QChatCreateServerParam class Null safety

Inheritance
Annotations

Constructors

QChatCreateServerParam(String name)
QChatCreateServerParam.fromJson(Map<String, dynamic> json)
factory

Properties

antiSpamConfig QChatAntiSpamConfig?
反垃圾配置
@JsonKey(fromJson: antiSpamConfigFromJson), read / write, inherited
applyJoinMode QChatApplyJoinMode
申请模式:QChatApplyJoinMode.agreeNeedNot-申请不需要同意(默认),QChatApplyJoinMode.agreeNeed-申请需要同意
read / write
custom String?
自定义扩展UserIdentifyTag
read / write
hashCode int
The hash code for this object.
read-only, inherited
icon String?
图标
read / write
inviteMode QChatInviteMode
邀请模式:QChatInviteMode.agreeNeed-邀请需要同意(默认),QChatInviteMode.agreeNeedNot-邀请不需要同意
read / write
name String
名称,必填
final
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
searchEnable bool?
服务器是否允许被搜索,1可以被搜索,0不可被搜索,默认允许
read / write
searchType int?
服务器搜索类型,客户自定义:比如服务器行业类型等,大于0的正整数
read / write

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent 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