toJson method

Map<String, dynamic> toJson()

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!,
    };