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