ListCommentsResponse constructor

const ListCommentsResponse({
  1. required List<CommentView> comments,
})

Implementation

const factory ListCommentsResponse({required List<CommentView> comments}) = _ListCommentsResponse;