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