IGComment class

Inheritance

Constructors

IGComment()

Properties

childrenCount int
评论(回复)数"
no setter
childrenPagi IGPagination
剩余回复页
no setter
commentId String
评论ID
no setter
createAt DateTime
创建时间
no setter
hashCode int
The hash code for this object.
no setterinherited
likeCount int
点赞数
no setter
liked bool
是否点赞了该评论
no setter
mediaId String
评论帖子的ID
no setter
parentCommentId String
回复的评论ID; 如果这是一条回复
no setter
previewChildren List<IGComment>
预览回复
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
text String
评论文本内容
no setter
user IGUserLite
评论者
no setter

Methods

internalAsDate(String key) DateTime
@警告 内部使用
inherited
internalAsEnum<T>(String key, List<T> values) → T
@警告 内部使用
inherited
internalAsSelf(Map<String, dynamic> obj) → dynamic
@警告 内部使用
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited