PostgresSourceConfig.fromJson constructor

PostgresSourceConfig.fromJson(
  1. Map json_
)

Implementation

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