DeleteSyncResponse constructor

DeleteSyncResponse({
  1. ResponseError? error,
})

Builds a DeleteSyncResponse

error: An error if there was error while deleting the sync

Implementation

DeleteSyncResponse({super.error});