QChatMessageQuickCommentDetail class Null safety
- 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
read / write
-
details
↔ List<
QChatQuickCommentDetail> ? -
获取评论详情列表
@JsonKey(fromJson: _qChatQuickCommentDetailListFromJson), read / write
- hashCode → int
-
The hash code for this object.
read-only, inherited
- lastUpdateTime ↔ int?
-
获取消息评论最后一次操作的时间
read / write
- msgIdServer ↔ int?
-
获取消息服务端Id
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- serverId ↔ int?
-
获取服务器Id
read / write
- totalCount ↔ int?
-
获取总评论数
read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent 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