comments property

List<Comment> get comments

The list of comments for this entity.

This list contains only root comments (top-level comments without a parent). Replies are nested within each comment's Comment.replies list.

Implementation

List<Comment> get comments => _comments;