core.Map<core.String, core.dynamic> toJson() { final timeSeriesData = this.timeSeriesData; return {'timeSeriesData': ?timeSeriesData}; }