GoogleFactcheckingFactchecktoolsV1alpha1Claim class
Information about the claim.
Constructors
-
GoogleFactcheckingFactchecktoolsV1alpha1Claim({String? claimDate, List<
GoogleFactcheckingFactchecktoolsV1alpha1ClaimReview> ? claimReview, String? claimant, String? text}) - GoogleFactcheckingFactchecktoolsV1alpha1Claim.fromJson(Map _json)
Properties
- claimant ↔ String?
-
A person or organization stating the claim.
getter/setter pair
- claimDate ↔ String?
-
The date that the claim was made.
getter/setter pair
-
claimReview
↔ List<
GoogleFactcheckingFactchecktoolsV1alpha1ClaimReview> ? -
One or more reviews of this claim (namely, a fact-checking article).
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- text ↔ String?
-
The claim text.
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