index property Null safety

int index
@Deprecated('The `index` property will be removed from the token class. Use ' '`termPosition` instead.'), final

The zero-based position of the start of the first character of term in the source text string.

Implementation

@Deprecated('The `index` property will be removed from the token class. Use '
    '`termPosition` instead.')
final int index;