scopeForUpsert property

SyncScope? Function(T item)? scopeForUpsert
final

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;