QChatMessageQuickCommentDetail class

Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

QChatMessageQuickCommentDetail({int? channelId, int? serverId, int? msgIdServer, List<QChatQuickCommentDetail>? details, int? lastUpdateTime, int? totalCount})
QChatMessageQuickCommentDetail.fromJson(Map<String, dynamic> json)
factory

Properties

channelId int?
获取channelId
getter/setter pair
details List<QChatQuickCommentDetail>?
获取评论详情列表
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
lastUpdateTime int?
获取消息评论最后一次操作的时间
getter/setter pair
msgIdServer int?
获取消息服务端Id
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serverId int?
获取服务器Id
getter/setter pair
totalCount 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