GoogleFactcheckingFactchecktoolsV1alpha1ClaimRating class

Information about the claim rating.

Constructors

GoogleFactcheckingFactchecktoolsV1alpha1ClaimRating({int? bestRating, String? imageUrl, String? ratingExplanation, int? ratingValue, String? textualRating, int? worstRating})
GoogleFactcheckingFactchecktoolsV1alpha1ClaimRating.fromJson(Map _json)

Properties

bestRating int?
For numeric ratings, the best value possible in the scale from worst to best.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
imageUrl String?
Corresponds to ClaimReview.reviewRating.image.
getter/setter pair
ratingExplanation String?
Corresponds to ClaimReview.reviewRating.ratingExplanation.
getter/setter pair
ratingValue int?
A numeric rating of this claim, in the range worstRating — bestRating inclusive.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
textualRating String?
The truthfulness rating as a human-readible short word or phrase.
getter/setter pair
worstRating int?
For numeric ratings, the worst value possible in the scale from worst to best.
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