TransactionException constructor
TransactionException(
- String message, {
- StackTrace? stackTrace,
- dynamic cause,
Implementation
TransactionException(super.message, {super.stackTrace, super.cause});