ListCommentsResponse constructor

ListCommentsResponse({
  1. List<Comment>? comments,
  2. String? nextPageToken,
})

Implementation

ListCommentsResponse({
  this.comments,
  this.nextPageToken,
});