GoogleFactcheckingFactchecktoolsV1alpha1Claim constructor

GoogleFactcheckingFactchecktoolsV1alpha1Claim({
  1. String? claimDate,
  2. List<GoogleFactcheckingFactchecktoolsV1alpha1ClaimReview>? claimReview,
  3. String? claimant,
  4. String? text,
})

Implementation

GoogleFactcheckingFactchecktoolsV1alpha1Claim({
  this.claimDate,
  this.claimReview,
  this.claimant,
  this.text,
});