maxIndex method Null safety
- @Deprecated('The [maxIndex] extension method will be removed.')
- String term
@Deprecated('The [maxIndex] extension method will be removed.')
Returns the highest Token.index where Token.term == term.
Implementation
@Deprecated('The [maxIndex] extension method will be removed.')
int maxIndex(String term) => byTerm(term).last.index;