GoogleFactcheckingFactchecktoolsV1alpha1ClaimReviewMarkup class
Fields for an individual ClaimReview
element.
Except for sub-messages that group fields together, each of these fields correspond those in https://schema.org/ClaimReview. We list the precise mapping for each field.
Constructors
-
GoogleFactcheckingFactchecktoolsV1alpha1ClaimReviewMarkup({List<
String> ? claimAppearances, GoogleFactcheckingFactchecktoolsV1alpha1ClaimAuthor? claimAuthor, String? claimDate, String? claimFirstAppearance, String? claimLocation, String? claimReviewed, GoogleFactcheckingFactchecktoolsV1alpha1ClaimRating? rating, String? url}) - GoogleFactcheckingFactchecktoolsV1alpha1ClaimReviewMarkup.fromJson(Map _json)
Properties
-
claimAppearances
↔ List<
String> ? -
A list of links to works in which this claim appears, aside from the one
specified in
claim_first_appearance
.getter/setter pair - claimAuthor ↔ GoogleFactcheckingFactchecktoolsV1alpha1ClaimAuthor?
-
Info about the author of this claim.
getter/setter pair
- claimDate ↔ String?
-
The date when the claim was made or entered public discourse.
getter/setter pair
- claimFirstAppearance ↔ String?
-
A link to a work in which this claim first appears.
getter/setter pair
- claimLocation ↔ String?
-
The location where this claim was made.
getter/setter pair
- claimReviewed ↔ String?
-
A short summary of the claim being evaluated.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- rating ↔ GoogleFactcheckingFactchecktoolsV1alpha1ClaimRating?
-
Info about the rating of this claim review.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- url ↔ String?
-
This field is optional, and will default to the page URL.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited