GoogleFactcheckingFactchecktoolsV1alpha1ClaimReviewAuthor constructor

GoogleFactcheckingFactchecktoolsV1alpha1ClaimReviewAuthor({
  1. String? imageUrl,
  2. String? name,
})

Implementation

GoogleFactcheckingFactchecktoolsV1alpha1ClaimReviewAuthor({
  this.imageUrl,
  this.name,
});