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