Entity class abstract

Provides metadata and additional contextual information about content posted on Twitter

Implementers

Constructors

Entity({required List<int> indices})

Properties

end int
no setter
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 pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
start int
no setter

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

Constants

END_INDEX → const int
START_INDEX → const int