QChatServer class Null safety
- Annotations
-
- @JsonSerializable(explicitToJson: true)
Constructors
- QChatServer()
-
QChatServer.fromJson(Map<
String, dynamic> json) -
factory
Properties
- applyMode ↔ QChatApplyJoinMode?
-
申请模式:QChatApplyJoinMode.agreeNeedNot-申请不需要同意(默认),QChatApplyJoinMode.agreeNeed-申请需要同意
read / write
- channelCategoryNum ↔ int?
-
频道类别数
read / write
- channelNum ↔ int?
-
频道数
read / write
- createTime ↔ int?
-
创建时间
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
- memberNumber ↔ int?
-
成员数
read / write
- name ↔ String?
-
名称
read / write
- owner ↔ String?
-
所有者
read / write
- reorderWeight ↔ int?
-
自定义排序权重值
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
read / write
- updateTime ↔ int?
-
更新时间
read / write
- valid ↔ bool?
-
有效标志:false-无效,true-有效
read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent 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