DescribeCommentsResponse constructor

DescribeCommentsResponse({
  1. List<Comment>? comments,
  2. String? marker,
})

Implementation

DescribeCommentsResponse({
  this.comments,
  this.marker,
});