TweetContextAnnotation class
- Annotations
-
- @freezed
Constructors
- TweetContextAnnotation({required String id, required String name, String? description})
-
constfactory
-
TweetContextAnnotation.fromJson(Map<
String, Object?> json) -
factory
Properties
-
copyWith
→ $TweetContextAnnotationCopyWith<
TweetContextAnnotation> -
no setterinherited
- description → String?
-
Domain: Long form description of domain classification.
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String
-
Domain: Contains the numeric value of the domain.
no setterinherited
- name → String
-
Domain: Domain name based on the Tweet text.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited