toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final postgresSourceConfig = this.postgresSourceConfig;
final sqlserverDestinationConfig = this.sqlserverDestinationConfig;
return {
'postgresSourceConfig': ?postgresSourceConfig,
'sqlserverDestinationConfig': ?sqlserverDestinationConfig,
};
}