indices property

List<int>? indices
getter/setter pair

An array of integers representing the offsets within the Tweet text where the user reference begins and ends. The first integer represents the location of the @ character of the user mention. The second integer represents the location of the first non-screenname character following the user mention.

Implementation

List<int>? indices;