RemoveFromSyncResponse constructor

RemoveFromSyncResponse(
  1. UpdatedSyncMetadata deleted,
  2. UpdatedSyncNotFound notFound
)

Implementation

RemoveFromSyncResponse(this.deleted, this.notFound);