FSqlExceptionConstraint constructor
FSqlExceptionConstraint(])
Implementation
FSqlExceptionConstraint(
String message,
this.constraintName,
String query,
List<String> sqlParams, [
FException? innerException,
]) : super(message, query, sqlParams, innerException);