Comment constructor

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

Implementation

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