CommentsResponse constructor

CommentsResponse({
  1. List<Comment>? comments,
})

Implementation

CommentsResponse({this.comments});