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