ThreadedCommentResponse constructor
const
ThreadedCommentResponse({
- List<
Attachment> ? attachments, - required double confidenceScore,
- double? controversyScore,
- required DateTime createdAt,
- Map<
String, Object?> ? custom, - DateTime? deletedAt,
- required int downvoteCount,
- required String id,
- List<
FeedsReactionResponse> ? latestReactions, - required List<
UserResponse> mentionedUsers, - RepliesMeta? meta,
- ModerationV2Response? moderation,
- required String objectId,
- required String objectType,
- required List<
FeedsReactionResponse> ownReactions, - String? parentId,
- required int reactionCount,
- Map<
String, ReactionGroupResponse> ? reactionGroups, - List<
ThreadedCommentResponse> ? replies, - required int replyCount,
- required int score,
- required String status,
- String? text,
- required DateTime updatedAt,
- required int upvoteCount,
- required UserResponse user,
Implementation
const ThreadedCommentResponse({
this.attachments,
required this.confidenceScore,
this.controversyScore,
required this.createdAt,
this.custom,
this.deletedAt,
required this.downvoteCount,
required this.id,
this.latestReactions,
required this.mentionedUsers,
this.meta,
this.moderation,
required this.objectId,
required this.objectType,
required this.ownReactions,
this.parentId,
required this.reactionCount,
this.reactionGroups,
this.replies,
required this.replyCount,
required this.score,
required this.status,
this.text,
required this.updatedAt,
required this.upvoteCount,
required this.user,
});