onMerge property

DatumMergeFunction<T>? onMerge
final

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;