GoogleFactcheckingFactchecktoolsV1alpha1FactCheckedClaimSearchResponse constructor

GoogleFactcheckingFactchecktoolsV1alpha1FactCheckedClaimSearchResponse({
  1. List<GoogleFactcheckingFactchecktoolsV1alpha1Claim>? claims,
  2. String? nextPageToken,
})

Implementation

GoogleFactcheckingFactchecktoolsV1alpha1FactCheckedClaimSearchResponse({
  this.claims,
  this.nextPageToken,
});