GoogleFactcheckingFactchecktoolsV1alpha1ClaimReview class
Information about a claim review.
Constructors
- GoogleFactcheckingFactchecktoolsV1alpha1ClaimReview({String? languageCode, GoogleFactcheckingFactchecktoolsV1alpha1Publisher? publisher, String? reviewDate, String? textualRating, String? title, String? url})
- GoogleFactcheckingFactchecktoolsV1alpha1ClaimReview.fromJson(Map _json)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- languageCode ↔ String?
-
The language this review was written in.
getter/setter pair
- publisher ↔ GoogleFactcheckingFactchecktoolsV1alpha1Publisher?
-
The publisher of this claim review.
getter/setter pair
- reviewDate ↔ String?
-
The date the claim was reviewed.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- textualRating ↔ String?
-
Textual rating.
getter/setter pair
- title ↔ String?
-
The title of this claim review, if it can be determined.
getter/setter pair
- url ↔ String?
-
The URL of this claim review.
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