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