HashtagEntity class

Represents hashtags which have been parsed out of the Tweet text.

Inheritance

Constructors

HashtagEntity({required String text, required dynamic indices})
HashtagEntity.fromJson(Map<String, dynamic> json)
factory
HashtagEntity.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
start int
no setterinherited
text String
getter/setter pair

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