AdapterPairImpl<T extends DatumEntityBase> constructor
AdapterPairImpl<T extends DatumEntityBase> (
- LocalAdapter<
T> local, - RemoteAdapter<
T> remote, { - DatumConflictResolver<
T> ? conflictResolver, - List<
DatumMiddleware< ? middlewares,T> > - DatumConfig<
T> ? config, - List<
DatumObserver< ? observers,T> > - DatumSyncRequestStrategy? syncRequestStrategy,
Implementation
AdapterPairImpl(
this.local,
this.remote, {
this.conflictResolver,
this.middlewares,
this.config,
this.observers,
this.syncRequestStrategy,
});