pushFilter property Null safety

ReplicationFilter? pushFilter
read / write

Filter for validating whether the Documents can be pushed to the remote endpoint.

Only documents for which the function returns true are replicated.

Implementation

ReplicationFilter? pushFilter;