Comment constructor
Comment({
- String? etag,
- String? id,
- String? kind,
- CommentSnippet? snippet,
Implementation
Comment({this.etag, this.id, this.kind, this.snippet});