excludeFields property
Field names to exclude from synced records
If specified, these fields will be omitted from sync. Cannot be used together with fields.
Example:
excludeFields: ['largeAttachment', 'internalNotes']
Implementation
final List<String>? excludeFields;