GoogleFactcheckingFactchecktoolsV1alpha1ClaimReviewMarkupPage constructor

GoogleFactcheckingFactchecktoolsV1alpha1ClaimReviewMarkupPage({
  1. GoogleFactcheckingFactchecktoolsV1alpha1ClaimReviewAuthor? claimReviewAuthor,
  2. List<GoogleFactcheckingFactchecktoolsV1alpha1ClaimReviewMarkup>? claimReviewMarkups,
  3. String? name,
  4. String? pageUrl,
  5. String? publishDate,
  6. String? versionId,
})

Implementation

GoogleFactcheckingFactchecktoolsV1alpha1ClaimReviewMarkupPage({
  this.claimReviewAuthor,
  this.claimReviewMarkups,
  this.name,
  this.pageUrl,
  this.publishDate,
  this.versionId,
});