replies property

List<Comment> replies
final

List of direct replies to this comment.

This is a UI-only property for managing nested replies. The list may be empty even if replyCount > 0 if replies haven't been loaded yet.

Implementation

final List<Comment> replies;