OracleToPostgresConfig constructor

OracleToPostgresConfig({
  1. OracleSourceConfig? oracleSourceConfig,
  2. PostgresDestinationConfig? postgresDestinationConfig,
})

Implementation

OracleToPostgresConfig({
  this.oracleSourceConfig,
  this.postgresDestinationConfig,
});