QChatChannelCategory class Null safety

频道分组信息

Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

QChatChannelCategory({int? serverId, int? updateTime, int? createTime, String? name, QChatChannelMode? viewMode, String? custom, bool? valid, String? owner, int? categoryId, int? channelNumber})
QChatChannelCategory.fromJson(Map<String, dynamic> json)
factory

Properties

categoryId int?
频道分组id
read / write
channelNumber int?
获取频道数量
read / write
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
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
serverId int?
获取服务器id
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