PostgresToSqlServerConfig constructor
PostgresToSqlServerConfig({
- PostgresSourceConfig? postgresSourceConfig,
- SqlServerDestinationConfig? sqlserverDestinationConfig,
Implementation
PostgresToSqlServerConfig({
this.postgresSourceConfig,
this.sqlserverDestinationConfig,
});