toJson method

Map<String, dynamic> toJson()

Implementation

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