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