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