CommentThreadSnippet constructor
      
      CommentThreadSnippet({})
     
    
    
Implementation
CommentThreadSnippet({
  this.canReply,
  this.channelId,
  this.isPublic,
  this.postId,
  this.topLevelComment,
  this.totalReplyCount,
  this.videoId,
});