SymbolEntity class

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

Inheritance

Constructors

SymbolEntity({required String text, required dynamic indices})
SymbolEntity.fromJson(Map<String, dynamic> json)
factory
SymbolEntity.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
Name of the cashhtag, minus the leading ‘$’ character.
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