propertyNames property

List<String>? propertyNames
final

Optional list of property names for schema introspection fallback.

Rarely needed - only use if auto-detection fails. Should include all fields needed for sync, especially 'id'/'_id' and 'sync_updated_at'.

Implementation

final List<String>? propertyNames;