toJson method

Map<String, dynamic> toJson()

Implementation

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