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