TransactionError constructor
const
TransactionError({
- required TransactionErrorType type,
- required String message,
- Object? cause,
- String? stackTrace,
Implementation
const TransactionError({
required this.type,
required this.message,
this.cause,
this.stackTrace,
});