toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (mysqlExcludedObjects != null)
'mysqlExcludedObjects': mysqlExcludedObjects!,
if (oracleExcludedObjects != null)
'oracleExcludedObjects': oracleExcludedObjects!,
if (postgresqlExcludedObjects != null)
'postgresqlExcludedObjects': postgresqlExcludedObjects!,
if (sqlServerExcludedObjects != null)
'sqlServerExcludedObjects': sqlServerExcludedObjects!,
};