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