SyncConfig constructor

SyncConfig({
  1. ConflictDetectionType? conflictDetection,
  2. ConflictHandlerType? conflictHandler,
  3. LambdaConflictHandlerConfig? lambdaConflictHandlerConfig,
})

Implementation

SyncConfig({
  this.conflictDetection,
  this.conflictHandler,
  this.lambdaConflictHandlerConfig,
});