Map<String, dynamic> toJson() { final json = <String, dynamic>{}; json[r'data_points'] = this.dataPoints; return json; }