ForeignKeyException constructor
const
ForeignKeyException(})
Implementation
const ForeignKeyException(
super.message, {
super.code = 'P2003',
super.originalError,
super.context,
this.constraintName,
this.field,
this.referencedTable,
});