pullFilter property Null safety

ReplicationFilter? pullFilter
read / write

Filter for validating whether the Documents can be pulled from the remote endpoint.

Only documents for which the function returns true are replicated.

Implementation

ReplicationFilter? pullFilter;