MentionEntity class
Represents other Twitter users mentioned in the text of the Tweet.
Constructors
- MentionEntity({required String screenName, required dynamic indices})
-
MentionEntity.fromJson(Map<
String, dynamic> json) -
factory
- MentionEntity.fromRawJson(String str)
-
factory
Properties
- end → int
-
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
-
indices
↔ List<
int> -
An array of integers indicating the offsets within the Tweet text where the Entity begins and ends.
getter/setter pairinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- screenName ↔ String
-
Screen name of the referenced user.
getter/setter pair
- start → int
-
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited