MentionEntityV2 class
Represents other Twitter users mentioned in the text of the Tweet.
Constructors
- MentionEntityV2({required String username, required int start, required int end})
-
const
-
MentionEntityV2.fromJson(Map<
String, dynamic> json) -
factory
- MentionEntityV2.fromRawJson(String str)
-
factory
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
toV1(
) → MentionEntity
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited