CommentSnippet constructor
CommentSnippet({
- CommentSnippetAuthorChannelId? authorChannelId,
- String? authorChannelUrl,
- String? authorDisplayName,
- String? authorProfileImageUrl,
- bool? canRate,
- String? channelId,
- int? likeCount,
- String? moderationStatus,
- String? parentId,
- DateTime? publishedAt,
- String? textDisplay,
- String? textOriginal,
- DateTime? updatedAt,
- String? videoId,
- 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,
});