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