FindSyncResponse constructor

FindSyncResponse({
  1. Sync? sync,
  2. ResponseError? error,
})

Builds an FindSyncResponse

Upon construction either sync or error should be provided, not both

Implementation

FindSyncResponse({this.sync, super.error});