TransactionOperationWithEntity<O> constructor
TransactionOperationWithEntity<O> (
- TransactionOperationType type,
- String repositoryName,
- bool canPropagate,
- Object executor,
- O entity, {
- Transaction? transaction,
- TransactionOperation? parentOperation,
Implementation
TransactionOperationWithEntity(
super.type,
super.repositoryName,
super.canPropagate,
super.executor,
this.entity, {
super.transaction,
super.parentOperation,
});