SqlServerToPostgresConfig constructor

SqlServerToPostgresConfig({
  1. PostgresDestinationConfig? postgresDestinationConfig,
  2. SqlServerSourceConfig? sqlserverSourceConfig,
})

Implementation

SqlServerToPostgresConfig({
  this.postgresDestinationConfig,
  this.sqlserverSourceConfig,
});