CommentThread constructor

CommentThread({
  1. String? etag,
  2. String? id,
  3. String? kind,
  4. CommentThreadReplies? replies,
  5. CommentThreadSnippet? snippet,
})

Implementation

CommentThread({
  this.etag,
  this.id,
  this.kind,
  this.replies,
  this.snippet,
});