index property

  1. @override
int index
final

The index where the key-value pair exists.

If the key is absent, this is the index where the key-value pair would be inserted.

Implementation

@override
final int index;