GoogleFactcheckingFactchecktoolsV1alpha1ClaimReviewMarkup constructor

GoogleFactcheckingFactchecktoolsV1alpha1ClaimReviewMarkup({
  1. List<String>? claimAppearances,
  2. GoogleFactcheckingFactchecktoolsV1alpha1ClaimAuthor? claimAuthor,
  3. String? claimDate,
  4. String? claimFirstAppearance,
  5. String? claimLocation,
  6. String? claimReviewed,
  7. GoogleFactcheckingFactchecktoolsV1alpha1ClaimRating? rating,
  8. String? url,
})

Implementation

GoogleFactcheckingFactchecktoolsV1alpha1ClaimReviewMarkup({
  this.claimAppearances,
  this.claimAuthor,
  this.claimDate,
  this.claimFirstAppearance,
  this.claimLocation,
  this.claimReviewed,
  this.rating,
  this.url,
});