CommentListResponse constructor

CommentListResponse({
  1. String? etag,
  2. String? eventId,
  3. List<Comment>? items,
  4. String? kind,
  5. String? nextPageToken,
  6. PageInfo? pageInfo,
  7. TokenPagination? tokenPagination,
  8. String? visitorId,
})

Implementation

CommentListResponse({
  this.etag,
  this.eventId,
  this.items,
  this.kind,
  this.nextPageToken,
  this.pageInfo,
  this.tokenPagination,
  this.visitorId,
});