QChatQuickCommentDetail class

Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

QChatQuickCommentDetail({int? type, int? count, bool? hasSelf, List<String>? severalAccids})
QChatQuickCommentDetail.fromJson(Map<String, dynamic> json)
factory

Properties

count int?
获取评论数量
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
hasSelf bool?
自己是否添加了该类型评论
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
severalAccids List<String>?
获取若干个添加了此类型评论的accid列表,不是按照操作时间排序的,可以认为是随机取了N个
getter/setter pair
type 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