SyncFilter constructor
const
SyncFilter({})
Implementation
const SyncFilter({
this.where,
this.since,
this.limit,
this.fields,
this.excludeFields,
}) : assert(
fields == null || excludeFields == null,
'Cannot specify both fields and excludeFields',
);