MigrationResult typedef
A record representing the outcome of a migration execution.
Implementation
typedef MigrationResult = ({
  bool success,
  Object? migrationError,
  StackTrace? migrationStack,
});A record representing the outcome of a migration execution.
typedef MigrationResult = ({
  bool success,
  Object? migrationError,
  StackTrace? migrationStack,
});