delta property

Map<String, dynamic>? delta
final

A map of only the fields that have changed for an update operation.

If this is not null, the sync engine can attempt a partial "patch" update instead of pushing the full entity.

Implementation

final Map<String, dynamic>? delta;