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