QChatChannel class
- Annotations
-
- @JsonSerializable(explicitToJson: true)
Constructors
- QChatChannel({required int channelId, required int serverId, QChatChannelMode? viewMode, QChatChannelSyncMode? syncMode, int? categoryId, String? topic, String? custom, String? name, QChatChannelType? type, int? createTime, int? reorderWeight, String? owner, int? updateTime, QChatVisitorMode? visitorMode, bool? valid})
-
QChatChannel.fromJson(Map<
String, dynamic> json) -
factory
Properties
- categoryId ↔ int?
-
频道分组Id
getter/setter pair
- channelId → int
-
频道id
final
- createTime ↔ int?
-
创建时间
getter/setter pair
- custom ↔ String?
-
自定义扩展
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- name ↔ String?
-
名称
getter/setter pair
- owner ↔ String?
-
所有者
getter/setter pair
- reorderWeight ↔ int?
-
自定义排序权重值
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- serverId → int
-
服务器id
final
- syncMode ↔ QChatChannelSyncMode?
-
同步模式
getter/setter pair
- topic ↔ String?
-
主题
getter/setter pair
- type ↔ QChatChannelType?
-
Channel类型
getter/setter pair
- updateTime ↔ int?
-
更新时间
getter/setter pair
- valid ↔ bool?
-
是否有效
getter/setter pair
- viewMode ↔ QChatChannelMode?
-
查看模式
getter/setter pair
- visitorMode ↔ QChatVisitorMode?
-
游客可见模式
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited