QChatServerUnreadInfo class

未读信息

Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

QChatServerUnreadInfo({required int serverId, int? unreadCount, int? mentionedCount, int? maxCount})
QChatServerUnreadInfo.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
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
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