moved property

Map<int, int> moved
final

A Map of moved elements in the List, where the key is the original position, and the value is the new position.

Implementation

final moved = <int, int>{};