GoogleFactcheckingFactchecktoolsV1alpha1ClaimReview constructor

GoogleFactcheckingFactchecktoolsV1alpha1ClaimReview({
  1. String? languageCode,
  2. GoogleFactcheckingFactchecktoolsV1alpha1Publisher? publisher,
  3. String? reviewDate,
  4. String? textualRating,
  5. String? title,
  6. String? url,
})

Implementation

GoogleFactcheckingFactchecktoolsV1alpha1ClaimReview({
  this.languageCode,
  this.publisher,
  this.reviewDate,
  this.textualRating,
  this.title,
  this.url,
});