index property Null safety
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;
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.
final int? index;