CommentSnippet constructor

CommentSnippet({
  1. CommentSnippetAuthorChannelId? authorChannelId,
  2. String? authorChannelUrl,
  3. String? authorDisplayName,
  4. String? authorProfileImageUrl,
  5. bool? canRate,
  6. String? channelId,
  7. int? likeCount,
  8. String? moderationStatus,
  9. String? parentId,
  10. DateTime? publishedAt,
  11. String? textDisplay,
  12. String? textOriginal,
  13. DateTime? updatedAt,
  14. String? videoId,
  15. String? viewerRating,
})

Implementation

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