TransactionOperationWithEntity<O> constructor

TransactionOperationWithEntity<O>(
  1. TransactionOperationType type,
  2. String repositoryName,
  3. bool canPropagate,
  4. Object executor,
  5. O entity, {
  6. Transaction? transaction,
  7. TransactionOperation? parentOperation,
})

Implementation

TransactionOperationWithEntity(
  super.type,
  super.repositoryName,
  super.canPropagate,
  super.executor,
  this.entity, {
  super.transaction,
  super.parentOperation,
});