toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (errorGroupStats != null) 'errorGroupStats': errorGroupStats!,
if (nextPageToken != null) 'nextPageToken': nextPageToken!,
if (timeRangeBegin != null) 'timeRangeBegin': timeRangeBegin!,
};