SqfliteDatabaseException constructor
SqfliteDatabaseException(})
ctor with a message and some data
Implementation
SqfliteDatabaseException(
super.message,
this.result, {
int? resultCode,
bool? transactionClosed,
}) {
_resultCode = resultCode;
_transactionClosed = transactionClosed;
}