diff property

Map<String, (Object?, Object?)> diff
latefinal

Just the fields that actually changed, as field: (old, new). Empty if OrbitStore.snapshot wasn't overridden, or nothing actually changed.

Implementation

late final Map<String, (Object?, Object?)> diff = _computeDiff();