GoogleFactcheckingFactchecktoolsV1alpha1ClaimAuthor constructor

GoogleFactcheckingFactchecktoolsV1alpha1ClaimAuthor({
  1. String? imageUrl,
  2. String? jobTitle,
  3. String? name,
  4. String? sameAs,
})

Implementation

GoogleFactcheckingFactchecktoolsV1alpha1ClaimAuthor({
  this.imageUrl,
  this.jobTitle,
  this.name,
  this.sameAs,
});