CommentThread constructor
CommentThread({
- String? etag,
- String? id,
- String? kind,
- CommentThreadReplies? replies,
- CommentThreadSnippet? snippet,
Implementation
CommentThread({this.etag, this.id, this.kind, this.replies, this.snippet});