QChatServerMarkReadResult class
- Annotations
-
- @JsonSerializable()
Constructors
-
QChatServerMarkReadResult(List<
int> ? successServerIds, List<int> ? failedServerIds, int? timestamp) -
QChatServerMarkReadResult.fromJson(Map<
String, dynamic> json) -
factory
Properties
-
failedServerIds
→ List<
int> ? -
清空未读数失败的serverId列表
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
successServerIds
→ List<
int> ? -
清空未读数成功的serverId列表
final
- timestamp → int?
-
清空未读的服务器时间戳,这个时间戳之前的频道消息都认为是已读
final
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.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited