onMerge property
An optional function that defines how to merge a local and remote entity
if the user chooses the merge strategy.
Implementation
final DatumMergeFunction<T>? onMerge;
An optional function that defines how to merge a local and remote entity
if the user chooses the merge strategy.
final DatumMergeFunction<T>? onMerge;