QChatChannel class Null safety
- 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, bool? valid})
-
QChatChannel.fromJson(Map<
String, dynamic> json) -
factory
Properties
- categoryId ↔ int?
-
频道分组Id
read / write
- channelId → int
-
频道id
final
- createTime ↔ int?
-
创建时间
read / write
- custom ↔ String?
-
自定义扩展
read / write
- hashCode → int
-
The hash code for this object.
read-only, inherited
- 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
- serverId → int
-
服务器id
final
- syncMode ↔ QChatChannelSyncMode?
-
同步模式
read / write
- topic ↔ String?
-
主题
read / write
- type ↔ QChatChannelType?
-
Channel类型
read / write
- updateTime ↔ int?
-
更新时间
read / write
- valid ↔ bool?
-
是否有效
read / write
- viewMode ↔ QChatChannelMode?
-
查看模式
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.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited