QChatUpdateServerParam class Null safety
- Inheritance
-
- Object
- QChatAntiSpamConfigParam
- QChatUpdateServerParam
- Annotations
-
- @JsonSerializable(explicitToJson: true)
Constructors
- QChatUpdateServerParam(int serverId)
-
QChatUpdateServerParam.fromJson(Map<
String, dynamic> json) -
factory
Properties
- antiSpamConfig ↔ QChatAntiSpamConfig?
-
反垃圾配置
@JsonKey(fromJson: antiSpamConfigFromJson), read / write, inherited
- applyMode ↔ QChatApplyJoinMode?
-
申请模式:QChatApplyJoinMode.agreeNeedNot-申请不需要同意(默认),QChatApplyJoinMode.agreeNeed-申请需要同意
read / write
- custom ↔ String?
-
自定义扩展
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?
-
名称
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- searchEnable ↔ bool?
-
服务器是否允许被搜索,true-可以被搜索,false-不可被搜索,默认允许
read / write
- searchType ↔ int?
-
服务器搜索类型,客户自定义:比如服务器行业类型等,大于0的正整数
read / write
- serverId → int
-
将要修改的服务器Id,必填
final
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