SyncOperationDetails constructor
SyncOperationDetails(
- SyncOperation syncOperation, {
- String? response,
- AtKey? atKey,
- String? notification,
- OperationEnum? operation,
- bool? isDedicated,
- Function? afterSync,
Implementation
SyncOperationDetails(
this.syncOperation, {
this.response,
this.atKey,
this.notification,
this.operation,
this.isDedicated,
this.afterSync,
});