index property

int? index
final

The index of this element in the set of element founds. If the method used to find this element always returns one element, then this is null.

Implementation

final int? index;