CommentSnippet constructor
CommentSnippet({})
Implementation
CommentSnippet({
this.channelId,
this.videoId,
this.textDisplay,
this.textOriginal,
this.authorDisplayName,
this.authorProfileImageUrl,
this.authorChannelUrl,
this.authorChannelId,
this.canRate,
this.viewerRating,
this.likeCount,
this.publishedAt,
this.updatedAt,
});