ListReviewableHITsResponse constructor

ListReviewableHITsResponse({
  1. List<HIT>? hITs,
  2. String? nextToken,
  3. int? numResults,
})

Implementation

ListReviewableHITsResponse({
  this.hITs,
  this.nextToken,
  this.numResults,
});