CommentListResponse constructor

CommentListResponse(
  1. {required String kind,
  2. required String etag,
  3. String? nextPageToken,
  4. String? prevPageToken,
  5. PageInfo? pageInfo,
  6. List<Comment>? commentItems}
)

Implementation

CommentListResponse