PostgresToSqlServerConfig constructor

PostgresToSqlServerConfig({
  1. PostgresSourceConfig? postgresSourceConfig,
  2. SqlServerDestinationConfig? sqlserverDestinationConfig,
})

Implementation

PostgresToSqlServerConfig({
  this.postgresSourceConfig,
  this.sqlserverDestinationConfig,
});