toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (dateRange != null) 'dateRange': dateRange!,
if (localizationSettings != null)
'localizationSettings': localizationSettings!,
if (reportingTimeZone != null) 'reportingTimeZone': reportingTimeZone!,
};