Rollback constructor Null safety
- String reason
Default constructor, takes a reason object that can be anything.
The parameter reason will be returned by ManagedContext.transaction.
Implementation
Rollback(this.reason);
Default constructor, takes a reason object that can be anything.
The parameter reason will be returned by ManagedContext.transaction.
Rollback(this.reason);