toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (foreignTablesCount != null)
'foreignTablesCount': foreignTablesCount!,
if (postgresqlExtensions != null)
'postgresqlExtensions': postgresqlExtensions!,
};