diff property
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();
Just the fields that actually changed, as field: (old, new).
Empty if OrbitStore.snapshot wasn't overridden, or nothing
actually changed.
late final Map<String, (Object?, Object?)> diff = _computeDiff();