CommentReplyList constructor

CommentReplyList({
  1. List<CommentReply>? items,
  2. String? kind,
  3. String? nextLink,
  4. String? nextPageToken,
  5. String? selfLink,
})

Implementation

CommentReplyList({
  this.items,
  this.kind,
  this.nextLink,
  this.nextPageToken,
  this.selfLink,
});