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