matcherIndex property

int? matcherIndex
final

The index of the matcher in the matcher list passed to the matchers argument of TextParser.

e.g. If the matcher index is 2 in an element, it means the matcher at the third position was used to parse the text into the element.

Implementation

final int? matcherIndex;