AddToSyncResponse constructor

AddToSyncResponse(
  1. AddToSyncResult? added,
  2. AddToSyncResult? updated,
  3. AddToSyncResult? existing,
  4. UpdatedSyncNotFound notFound,
)

Implementation

AddToSyncResponse(this.added, this.updated, this.existing, this.notFound);