QChatUnreadInfo class

Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

QChatUnreadInfo({required int channelId, required int serverId, int? maxCount, int? mentionedCount, int? unreadCount, int? ackTimeTag, int? lastMsgTime, int? time})
QChatUnreadInfo.fromJson(Map<String, dynamic> json)
factory

Properties

ackTimeTag int?
获取已读时间戳
getter/setter pair
channelId int
获取channelId
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
lastMsgTime int?
获取最后一条消息的时间戳
getter/setter pair
maxCount int?
获取最大未读数
getter/setter pair
mentionedCount int?
获取@的未读数
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serverId int
获取serverId
getter/setter pair
time int?
获取服务器当前时间
getter/setter pair
unreadCount int?
获取未读数
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