TopLevelComment constructor

TopLevelComment({
  1. String? kind,
  2. String? etag,
  3. String? id,
  4. CommentSnippet? snippet,
})

Implementation

TopLevelComment({this.kind, this.etag, this.id, this.snippet});