ForeignKeyViolationException constructor

const ForeignKeyViolationException(
  1. String message, {
  2. Object? cause,
})

Implementation

const ForeignKeyViolationException(super.message, {super.cause});