VideoCommentsModel constructor

VideoCommentsModel({
  1. String? kind,
  2. String? etag,
  3. PageInfo? pageInfo,
  4. List<Comment>? comments,
})

Implementation

VideoCommentsModel({this.kind, this.etag, this.pageInfo, this.comments});