comments property

CommentForest? comments

Returns the CommentForest representing the comments for this Submission. May be null (see refreshComments).

Implementation

CommentForest? get comments => _comments;