core.Map<core.String, core.dynamic> toJson() => { if (postgresqlColumns != null) 'postgresqlColumns': postgresqlColumns!, if (table != null) 'table': table!, };