MigrationException constructor
MigrationException(
- String message, {
- StackTrace? stackTrace,
- dynamic cause,
Implementation
MigrationException(super.message, {super.stackTrace, super.cause});