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.
@override int get index => _map.length;