core.Map<core.String, core.dynamic> toJson() => { if (kind != null) 'kind': kind!, if (pivotReports != null) 'pivotReports': pivotReports!.map((value) => value.toJson()).toList(), };