QChatCreateServerParam class
- Inheritance
-
- Object
- QChatAntiSpamConfigParam
- QChatCreateServerParam
- Annotations
-
- @JsonSerializable(explicitToJson: true)
Constructors
- QChatCreateServerParam(String name)
-
QChatCreateServerParam.fromJson(Map<
String, dynamic> json) -
factory
Properties
- antiSpamConfig ↔ QChatAntiSpamConfig?
-
反垃圾配置
getter/setter pairinherited
- applyJoinMode ↔ QChatApplyJoinMode
-
申请模式:QChatApplyJoinMode.agreeNeedNot-申请不需要同意(默认),QChatApplyJoinMode.agreeNeed-申请需要同意
getter/setter pair
- custom ↔ String?
-
自定义扩展UserIdentifyTag
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
-
名称,必填
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- searchEnable ↔ bool?
-
服务器是否允许被搜索,1可以被搜索,0不可被搜索,默认允许
getter/setter pair
- searchType ↔ int?
-
服务器搜索类型,客户自定义:比如服务器行业类型等,大于0的正整数
getter/setter pair
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