indices property

List<int>? indices
getter/setter pair

An array of integers representing offsets within the Tweet text where the URL begins and ends. The first integer represents the location of the first character of the URL in the Tweet text. The second integer represents the location of the first non-URL character after the end of the URL.

Implementation

List<int>? indices;