PostgresSourceConfig.fromJson constructor
PostgresSourceConfig.fromJson(
- Map json_
Implementation
PostgresSourceConfig.fromJson(core.Map json_)
: this(skipFullDump: json_['skipFullDump'] as core.bool?);