scopeForUpsert property
Optional per-item scope selector for upserts when injectScopeOnWrite is true. If provided and returns non-null, that scope will be injected for the item.
Implementation
final SyncScope? Function(T item)? scopeForUpsert;
Optional per-item scope selector for upserts when injectScopeOnWrite is true. If provided and returns non-null, that scope will be injected for the item.
final SyncScope? Function(T item)? scopeForUpsert;