SyncOperationDetails constructor

SyncOperationDetails(
  1. SyncOperation syncOperation, {
  2. String? response,
  3. AtKey? atKey,
  4. String? notification,
  5. OperationEnum? operation,
  6. bool? isDedicated,
  7. Function? afterSync,
})

Implementation

SyncOperationDetails(
  this.syncOperation, {
  this.response,
  this.atKey,
  this.notification,
  this.operation,
  this.isDedicated,
  this.afterSync,
});