changed property

Map<Object, List<Object?>> changed
final

A Map whose values are 2-element arrays containing the left value and the right value, corresponding to the mapping key.

Implementation

final Map<Object, List<Object?>> changed = <Object, List<Object?>>{};