QChatChannelCategory class

频道分组信息

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
getter/setter pair
channelNumber int?
获取频道数量
getter/setter pair
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
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serverId int?
获取服务器id
getter/setter pair
updateTime int?
获取更新时间
getter/setter pair
valid bool?
是否有效
getter/setter pair
viewMode QChatChannelMode?
获取查看模式
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