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